diff --git a/yii/bootstrap/assets.php b/yii/bootstrap/assets.php index c2f7aa0..be771f8 100644 --- a/yii/bootstrap/assets.php +++ b/yii/bootstrap/assets.php @@ -12,7 +12,7 @@ return array( 'css' => array( YII_DEBUG ? 'css/bootstrap-responsive.css' : 'css/bootstrap-responsive.min.css', ), - 'depends' => array('yii/bootstrap'), + 'depends' => array('yii/bootstrap/css'), ), 'yii/bootstrap/all' => array( 'sourcePath' => __DIR__ . '/assets',