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:
parent
9d2586df9c
commit
843d7ad454
5 changed files with 67 additions and 126 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue