Open Gama11 opened 5 years ago
Perhaps we should look at using UglifyJS, as I've found that to be reliable, and much faster than Closure.
I really like the idea of making our HTML5 target use NPM, either optionally or by default, but I just cannot decide how to handle npm install
, as we would not want to run that very often at all. Perhaps only if the node_modules
directory is not present? We could talk about this on chat as well.
If Haxe output is not compatible with YUI, we probably should deprecate the option (and make it use closure anyway)
Even in an empty project,
-minify -yui
doesn't work anymore (I'm assuming at some point it did):(I was just checking to see if yui is perhaps a bit faster, since Closure seems to be quite slow)