> Or use your favorite build tool to
> concatenate your css files into one on
> deployment :-)

That's a great idea - I've written a MinifyManager package that includes a 
re-usable plugin resource that is configurable via application.ini, a  
MinifyManager to access minifiers of different types (CSS, JavaScript) that can 
be used to minify and combine content, i.e., for use with the inlineScript, 
headScript, headStyle etc. helpers, which combine and minify inline 
styles/scripts while maintaining order, as well as point to a script (using 
mod_rewrite) that delivers combined and minified content on the first run and - 
if configured appropriately - bypasses PHP altogether on the second run by 
creating a corresponding file on the the first run. 


Best regards,

Andreas

Reply via email to