add composer and update

This commit is contained in:
Calvin Koepke 2019-10-24 21:06:18 -06:00
parent 88f688ad6d
commit 5d4968c537
21 changed files with 2944 additions and 2989 deletions

View file

@ -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' );