coderaiser / minify

Minifier of js, css, html and img
https://coderaiser.github.io/minify
MIT License
225 stars 29 forks source link

No output on Windows #47

Closed nero120 closed 6 years ago

nero120 commented 6 years ago

Using the latest version (3.0.4) installed globally, the output file is always blank regardless of whether I'm minifying js or css files. I'm using this on the command line, i.e.:

minify scripts.js > script.min.js
coderaiser commented 6 years ago

Thank you :), fixed with 2d6988e. Landed in v3.0.5.

nero120 commented 6 years ago

Fast work dude!