From 0763684e8e9a7b2bdd90d1c6f1933a6e733b986f Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Tue, 21 May 2013 23:17:33 +0400 Subject: [PATCH] Responsive bundle depency fix --- yii/bootstrap/assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',