Skip to content

Commit

Permalink
add excludebundles
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yang committed Dec 7, 2016
1 parent abeede9 commit bc1f7a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
//'enableMinify' => !YII_DEBUG,
'enableMinify' => true,
'concatCss' => true, // concatenate css
'minifyCss' => true, // minificate css
'minigfyCss' => true, // minificate css
'concatJs' => true, // concatenate js
'minifyJs' => true, // minificate js
'minifyOutput' => true, // minificate result html page
Expand All @@ -57,7 +57,8 @@
'expand_imports' => true, // whether to change @import on content
'compress_options' => ['extra' => true], // options for compress
'excludeBundles' => [
\shiyang\umeditor\UMeditorAsset::class
\shiyang\umeditor\UMeditorAsset::class,
\common\widgets\laydate\LayDateAsset::class
],

'theme' => [
Expand Down

0 comments on commit bc1f7a2

Please sign in to comment.