symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

Assetic filter #11

Open bobvandevijver opened 11 years ago

bobvandevijver commented 11 years ago

You use the yui comprosser, but as stated in the symfony doc (http://symfony.com/doc/current/cookbook/assetic/yuicompressor.html) is the yui compressor going through a deprecation process.

Maybe an idea to switch to the uglifyjs and uglifycss compressors (http://symfony.com/doc/current/cookbook/assetic/uglifyjs.html)?

ioleo commented 11 years ago

@bobvandevijver i wasn't aware that YUI is deprecated, I will look into this and search/replace it with alternatives

pvgnd commented 11 years ago

@loostro An other good alternative is Google Closure Compiler : https://developers.google.com/closure/compiler/ However, Symfony seems to recommend UglifyJS as @bobvandevijver says, so maybe it is a better choice.

ioleo commented 11 years ago

Since this is not breaking the bundle I'll get on this after I finish my current job and after I tag stable Admingenerator release.