symfony - Symfony2 minify without java or node -


i not have access java or node on shared host. there way minify server side, can continue use assetic, without these engines? uglify uses node , yui-compressor (deprecated anyway) uses java.

thanks!

there seem 2 filters using php code:

you need install minify php library through composer, , use cssmin , jsminplus assetic filters.


Comments

Popular posts from this blog

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -