add composer and update
This commit is contained in:
parent
88f688ad6d
commit
5d4968c537
21 changed files with 2944 additions and 2989 deletions
|
@ -9,9 +9,6 @@ define( 'WP_Tailwind_VERSION', wp_get_theme()->version );
|
|||
define( 'WP_Tailwind_DIR', __DIR__ );
|
||||
define( 'WP_Tailwind_URL', get_template_directory_uri() );
|
||||
|
||||
try {
|
||||
\A7\autoload( __DIR__ . '/src' );
|
||||
} catch ( \Exception $e ) {
|
||||
echo $e->getMessage();
|
||||
die;
|
||||
}
|
||||
require_once( WP_Tailwind_DIR . '/vendor/autoload.php' );
|
||||
|
||||
\A7\autoload( __DIR__ . '/src' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue