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