Compressed and mangled

This commit is contained in:
Dan Seripap 2016-01-08 20:35:49 -05:00
parent f09f42226d
commit 44afb443ab
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"jsbuild": "uglifyjs src/js/main.js -o src/public/main.js" "jsbuild": "uglifyjs src/js/main.js --compress --mangle -o src/public/main.js"
}, },
"author": "Daniel Seripap", "author": "Daniel Seripap",
"license": "ISC" "license": "ISC"

File diff suppressed because one or more lines are too long