Commit f83eaecd by Qiang Xue

fixed wrong dependency name.

parent 8e96b12e
...@@ -57,7 +57,7 @@ return array( ...@@ -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',
......
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