sf-combine-plugin
sf-combine-plugin copied to clipboard
A symfony plugin for allowing the combining, minifying and grouping of JS/CSS files.
Not tested with doctrine...
I've added some app settings and change the code in the helper to support the use of CDNs with sfCombinePlugin In app under each section (JS & CSS) cdn: enabled:...
if in application settings compressed is on? second call of ob_start("ob_gzhandler"); cause warning message. I know about possibility to turn off compression in plugin, but i think better way to...