minify
minify copied to clipboard
Combines. minifies, and serves CSS or Javascript files
Hi, i just started testing minify and found, it's giving empty response for some of ours css. For example this one https://www.creativesites.sk/templates/design/waragod.sk/css/screen.css STATUS: 200 and nothing in minify logs with...
looks decent and good minifier for multiple file types: - https://github.com/tdewolff/minify
I found that I have published closure-compiler-httpserver at some point: - https://github.com/glensc/closure-compiler-httpserver its purpose is to keep the java VM loaded, not execute `java` for every compile call, resulting in...
Hello All is working fine, only i am want to remove/hide all css comments from minify output so please help me. Thanks
This line, written in config.php `$min_serveOptions['minifiers'][Minify::TYPE_JS] = 'someCustomMinifier';` has no effect when requesting files in Static mode That is, the custom minifier for such a request does not work: `https://example.com/min/static/0/f=min/quick-test.js`...
Bonjour, Je n'arrive pas à trouver d'où vient le problème, que ce soit en local ou sur le nouveau hebergement, j'ai un problème d'affichage, on dirait que mon site n'arrive...
JS template literals such as `` is minified into `` (removing the space between the div and :data) This is messing up with vue JS templating. Is there a way...
Has anyone figured out a successful way of removing the remaining comments and multiline comments that remain after minification? I know this is by design to keep the copyrights intact,...
it would be nice if could tutorial in Youtube because based on many steps I'm an end of confused a bit. AM
Hello guys, I am trying to integrate minify into [Batflat CMS](https://github.com/sruupl/batflat) in order to minify the HTML of my pages. The truth is I'm a novice and I can't find...