Abandon Closure Compiler in favor of UglifyES (#2285)

Moved to UglifyES, ditched async cruft, clarified responsibilities between cli & minify.

Makes for faster, more reliable, synchronous, non-Google-reliant minification.
This commit is contained in:
Scotty Simpson 2018-11-06 12:48:48 -08:00 committed by Isiah Meadows
parent 9d2586df9c
commit 843d7ad454
5 changed files with 67 additions and 126 deletions

View file

@ -36,7 +36,8 @@
"lint-staged": "^4.0.4",
"locater": "^1.3.0",
"marked": "^0.3.19",
"pinpoint": "^1.1.0"
"pinpoint": "^1.1.0",
"uglify-es": "^3.3.9"
},
"bin": {
"ospec": "./ospec/bin/ospec"