0

So I have this gulp task to minify javascript but it doesn't actually do that, It minifies in a single line which is actually correct, but it doesn't convert if/else into ternary and true/false to !0/!1?

> Gulp Task: https://pastebin.com/1d8k8juX

Comments
Add Comment