How to prevent Koala from appending ".min" to the name of the output -
i'm using koala gui minify js/css resources , know if it's possible "turn off" feature automatically append .min
file output name.
example: pre-compile file name: foo.js koala output file name: foo.min.js <-- koala default.
i not want .min
appended name. can prevent this?
Comments
Post a Comment