You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It forces user to compress using yui or to overwrite the complete javascripts/style blocks of base_admin
I think there are 2 solutions:
simply remove the js/css compressor and let the user to compress js/css using apply_to paramater of assetic (- Pro: do not require people to install extra compressor that they may not use - Con: js/css are not optimized with s2admingenerator default parameters)
I was wondering why the yui_js and yui_css compressors are hardcoded in https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/blob/master/Resources/views/base_admin.html.twig
I see different problems about that:
«The YUI Compressor is going through a deprecation process »
http://symfony.com/doc/current/cookbook/assetic/yuicompressor.html
I think there are 2 solutions:
Waiting for your feedback, I can do a PR if you want.
For me the best choice is the first one that let the user to configure js/css stuffs as he wants
The text was updated successfully, but these errors were encountered: