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
Post a Comment