selectable output folder for single file minifications
mherzhoff opened this issue · 1 comments
mherzhoff commented
Hey @purple-force,
it would be awesome if you could enhance the script by let the user choose an optional output folder for single file transformations (as done for folder minifications).
Should be done by a small change of file bin/css-minify.js
on line 29:
resolveFile(path.join(process.cwd(), file), out);
purple-force commented
css-minify@2.0.0