Commit 0e12aee8 by Alexander Kochetov

'yii/bootstrap/popover' bundle depency optimization

parent b1460fe5
...@@ -68,7 +68,7 @@ return array( ...@@ -68,7 +68,7 @@ return array(
'js' => array( 'js' => array(
'js/bootstrap-popover.js', 'js/bootstrap-popover.js',
), ),
'depends' => array('yii/jquery', 'yii/bootstrap/tooltip', 'yii/bootstrap'), 'depends' => array('yii/bootstrap/tooltip'),
), ),
'yii/bootstrap/scrollspy' => array( 'yii/bootstrap/scrollspy' => 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