fixed wrong dependency name.

This commit is contained in:
Qiang Xue
2013-05-18 22:54:32 -04:00
parent 8e96b12e18
commit f83eaecd5a

View File

@@ -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',