Commit 894510cf by Qiang Xue

Fixed bootstrap asset registration issue.

parent a8832d59
...@@ -12,7 +12,7 @@ return array( ...@@ -12,7 +12,7 @@ return array(
), ),
'depends' => array( 'depends' => array(
'yii', 'yii',
'yii/bootstrap-responsive', 'yii/bootstrap/responsive',
), ),
), ),
); );
...@@ -614,6 +614,8 @@ class YiiBase ...@@ -614,6 +614,8 @@ class YiiBase
} }
YiiBase::$aliases = array( YiiBase::$aliases = array(
'@yii' => __DIR__, '@yii' => array(
'@yii/bootstrap' => __DIR__ . '/bootstrap', '@yii/bootstrap' => __DIR__ . '/bootstrap',
'@yii' => __DIR__,
),
); );
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