mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 06:17:56 +08:00
fixed wrong dependency name.
This commit is contained in:
@@ -57,7 +57,7 @@ return array(
|
||||
'css' => array(
|
||||
'bootstrap/css/bootstrap-responsive.css',
|
||||
),
|
||||
'depends' => array('bootstrap'),
|
||||
'depends' => array('twitter/bootstrap'),
|
||||
),
|
||||
'punycode' => array(
|
||||
'sourcePath' => __DIR__ . '/vendor/bestiejs/punycode.js',
|
||||
|
||||
Reference in New Issue
Block a user