How To Remove .css And .js Link In Xml Layout When Used Yii Bootster

How to remove .css and .js link in xml layout when used Yii Bootster

???

Thank you.

I didn’t understand clearly what you mean, but probably these example lines will be helpful:




            Yii::app()->clientScript->scriptMap['*.js'] = false;

            Yii::app()->clientScript->scriptMap['jquery-ui.css'] = false;