Closed (fixed)
Project:
IE CSS Optimizer
Version:
6.x-1.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2009 at 11:37 UTC
Updated:
20 Jan 2010 at 23:40 UTC
1) the optimization of this module on Ie ies the same of core or better?
2) how a module can understand on which code I'm working on?
Comments
Comment #1
antlib commentedYes, was wondering about question #2 myself...
Stan
Comment #2
willazilla commentedActually I am wondering how to configure the module, designate which CSS I am currently testing. Or, is it plug and play?
Comment #3
matteoraggi commentedOn module frontpage is written: "The fix for this on production sites is to simply enable the “Optimize CSS files” option on admin/settings/performance. " so just plug, enable and it pay by itself. Please if you have some issues, open one new if your is not about the original argument.
Comment #4
johnalbinThe optimization used by this module is exactly the same as that used by core. It simply leaves the theme’s CSS files out of the aggregated CSS file. So after configuring your website to use the “Partial optimization for theme CSS development” option on admin/settings/performance, each page will load a single aggregated CSS file for all the module stylesheets and will load each of your theme’s stylesheets individually.
I was planning on adding a “Partial optimization for module CSS development” option (which would aggregate all theme CSS, but leave module stylesheets alone), but haven't gotten around to it. That would be the answer to #2. How does it know which code I'm working on? It doesn't; you would have to tell the module if you are working on module CSS or theme CSS.
Comment #5
willazilla commentedThank you so much for building this module! As well as the concise answer. I am swimming in some pesky IE issues, and looking forward to some relief.