Styles Not Applying When Yii_Debug Set To False

Hi,

I have a website made using Yii plus YiiBooster. When I am in DEBUG mode there is no problem - all styles loads and applys properly. When I set YII_DEBUG to false in index.php file - css files are still showed as loaded by the FireBug but it seems all of those styles are not applied.

Why? How to fix it?

I got it. The problem was in the bootstrap.min.css - it contained different code than bootstrap.css. I minified the proper one again and it’s ok now. Thanx