CSS and JS - Merging in different mode on different browser
Posted 12 years 9 months ago
I've tried to watch "kirigami" and "ximenia" source code.
i noticed that if i open upper web templates on firefox, all css files are merged into one resulting file (idem for javascript files).
Whilst if i open on IE9, i can see every css file is included in classic mode, a <link> tag for each file (idem for javascript files).
The question is, why web templates in FF merge css files (and js files, too), whilst in IE they don't merge ?
Re: CSS and JS - Merging in different mode on different browser
Posted 12 years 9 months ago
It is because we are using RokBooster plugin which compresses files if you are using any browser other than IE. IE doesn't work correctly with compressed content so RokBooster is disabled for it
Re: CSS and JS - Merging in different mode on different browser
Posted 12 years 9 months ago
Thank you for your answer.
Sorry but i didn't know RokBooster plugin, but i've i just read about its good features.
Only a little(?) doubt, can RokBooster merge CSS and JS files without zipping merged files ?
Re: CSS and JS - Merging in different mode on different browser
Posted 12 years 9 months ago
I was thinking that i could merge CSS and JS files but i don't zip them, so i get it works on IE, and i save identically a lot of requests.
If Rokbooster can't dactivate zip feature, this is unfortunate, but i live the same.
Re: CSS and JS - Merging in different mode on different browser
Posted 12 years 9 months ago
I think RokBooster has some bug, when i configure it, joomla send me out (logout).
If i uninstall RokBooster and configure some other plugins, it's all right.