Hello team,
We recently did a migration from JR4 to JR5 and we found our theme broken after the migration. (I must say Paul has been great during the whole process)
After investigating why the theme was not showing the way it was supposed to, we found that Jamroom is modifying the css files when they get all put together in the include.php file.
For example:
I use titles to explain what we are styling, like this:
/***********************
* SETTINGS MENU *
***********************/
.settings_menu { color:#FFF; }
After the upgrade the css get some of the /*********************** removed and now the sheet won't work, since now it is:
SETTINGS MENU
.settings_menu { color:#FFF; }
I want Jamroom not to modify any of the files are put together for caching. Right now it has problems with the multi line comments on CSS.
Thanks for your help
updated by @maxcinsay: 03/22/14 12:00:09AM