i have merged my magento CSS and JS via the admin backend,after that i was remove the CSS and JS merge option.
After when i look the view source it like be one single line. see the image below for your better understanding. enter image description here
How to overcome with this,help me to rectify my problem.
1 Answer 1
your screenshot shows that you have installed fooman speedster extension (or may be any other extension which merger css and js ). disable/uninstall it and flush the cache
-
once i disable no one of the css and js calling, and i can not enable it again via the admin, i was clearing catch in var/catch folder. pls share your ideasenthil– senthil2016年01月27日 11:39:54 +00:00Commented Jan 27, 2016 at 11:39
-
Edit /app/etc/modules/Fooman_Speedster.xml (change true to false). Save and refresh the Magento cache. Don't try to disable the output of Fooman_Speedster under Configuration > Advanced - it will make your site unusable! (This is a limitation of Magento's implementation of the disable feature).Jignesh Chabhadiya– Jignesh Chabhadiya2016年01月27日 11:56:06 +00:00Commented Jan 27, 2016 at 11:56