Open GoogleCodeExporter opened 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
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
Hope too!
Original comment by jm.obl...@gmail.com
on 24 Apr 2015 at 11:17
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
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
Original issue reported on code.google.com by
hekman.h...@gmail.com
on 30 Sep 2014 at 7:17