kprovance / js-css-minify-compress

Automatically exported from code.google.com/p/js-css-minify-compress
0 stars 3 forks source link

Automate minify #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I use LESS wich generates a new CSS file everytime I hit save. It would be nice 
if minify would automaticly generate the minified CSS. Now I have to manualy do 
it before I see the results.

Love this plug-in

Henry Hekman

Original issue reported on code.google.com by hekman.h...@gmail.com on 30 Sep 2014 at 7:17

GoogleCodeExporter commented 8 years ago
Ignoring the "LESS" part, "minify on save" would be a great feature.

Original comment by ribeiro....@gmail.com on 25 Nov 2014 at 5:23

GoogleCodeExporter commented 8 years ago
An auto minifying on save would be extremly useful. I really hope to see it one 
day.

Original comment by guillaum...@gmail.com on 20 Apr 2015 at 8:31

GoogleCodeExporter commented 8 years ago
Hope too!

Original comment by jm.obl...@gmail.com on 24 Apr 2015 at 11:17

GoogleCodeExporter commented 8 years ago
Since the version 2.2, a "minify on save" option is available over tools > 
options > JS CSS Minify Compress.
It work well and allow me to really use this plugin.

Original comment by guillaum...@gmail.com on 21 May 2015 at 3:36

GoogleCodeExporter commented 8 years ago
For the minify on save, can you make it like the Netbeans CSS processors and 
have 'input' and 'output'? I like to be able to have the Javascript Files have 
the same directory structure but in a separate output directory.  Like CSS 
outside the web root I have "projectroot/scss" directory which nobody can see, 
then it outputs to "webroot/css". It would be great to see your plugin do this 
as well! So I can have:

Input: projectroot/js, Output: webroot/js

"projectroot/js/somedir/file1.js"
"projectroot/js/someotherdir/file2.js"
"projectroot/js/file3.js"

Would turn into:

"webroot/js/somedir/file1.min.js"
"webroot/js/someotherdir/file2.min.js"
"webroot/js/file3.min.js"

For now I resort to using a script, but would love this to happen in the IDE!
Thanks! :)

Original comment by cyr...@gmail.com on 5 Jul 2015 at 9:25