Intégration de Assetic

This commit is contained in:
franck
2013-06-17 15:29:13 +02:00
parent 3bc7399fe8
commit 088f5a3402
20 changed files with 12 additions and 9703 deletions

View File

@@ -9,7 +9,8 @@ define('THELIA_ROOT' , rtrim(realpath(__DIR__ .'/../'),'/') . "/");
define('THELIA_LOCAL_DIR' , THELIA_ROOT . '/local/');
define('THELIA_CONF_DIR' , THELIA_LOCAL_DIR . 'config/');
define('THELIA_MODULE_DIR' , THELIA_LOCAL_DIR . 'modules/');
define('THELIA_TEMPLATE_DIR' , THELIA_ROOT . '/web/templates/');
define('THELIA_WEB_DIR' , THELIA_ROOT . '/web/');
define('THELIA_TEMPLATE_DIR' , THELIA_ROOT . '/templates/');
$loader = require __DIR__ . "/vendor/autoload.php";