Commit 0763684e by Alexander Kochetov

Responsive bundle depency fix

parent 2b63dc88
...@@ -12,7 +12,7 @@ return array( ...@@ -12,7 +12,7 @@ return array(
'css' => array( 'css' => array(
YII_DEBUG ? 'css/bootstrap-responsive.css' : 'css/bootstrap-responsive.min.css', YII_DEBUG ? 'css/bootstrap-responsive.css' : 'css/bootstrap-responsive.min.css',
), ),
'depends' => array('yii/bootstrap'), 'depends' => array('yii/bootstrap/css'),
), ),
'yii/bootstrap/all' => array( 'yii/bootstrap/all' => array(
'sourcePath' => __DIR__ . '/assets', 'sourcePath' => __DIR__ . '/assets',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment