From 35f949698eb7fc2c739aa0c028148edaa55be237 Mon Sep 17 00:00:00 2001 From: noumo Date: Thu, 29 Jan 2015 15:03:42 +0300 Subject: [PATCH] move assets improvements to main config --- config/easyii.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/easyii.php b/config/easyii.php index 8e54899..b7da6aa 100644 --- a/config/easyii.php +++ b/config/easyii.php @@ -35,19 +35,6 @@ 'formatter' => [ 'sizeFormatBase' => 1000 ], - 'assetManager' => [ - 'bundles' => [ - 'yii\web\JqueryAsset' => [ - 'js' => [YII_DEBUG ? 'jquery.js' : 'jquery.min.js'], - ], - 'yii\bootstrap\BootstrapAsset' => [ - 'css' => [YII_DEBUG ? 'css/bootstrap.css' : 'css/bootstrap.min.css'], - ], - 'yii\bootstrap\BootstrapPluginAsset' => [ - 'js' => [YII_DEBUG ? 'js/bootstrap.js' : 'js/bootstrap.min.js'], - ], - ], - ], ], 'bootstrap' => ['admin'] ]; \ No newline at end of file