Skip to content

Commit

Permalink
Reverted package.json changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 5, 2016
1 parent 457b6bd commit 066cb4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/stats.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"src"
],
"scripts": {
"build": "rollup -c && npm run build-closure",
"build-closure": "rollup -c && java -jar utils/compiler/closure-compiler-v20160713.jar --language_in=ECMASCRIPT5_STRICT --js build/stats.js --js_output_file build/stats.min.js"
"build": "rollup -c",
"build-uglify": "rollup -c && uglifyjs build/stats.js -cm --preamble \"// stats.js - http://github.com/mrdoob/stats.js\" > build/stats.min.js",
"build-closure": "rollup -c && java -jar utils/compiler/closure-compiler-v20160713.jar --language_in=ECMASCRIPT5_STRICT --js build/stats.js --js_output_file build/stats.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"performance",
Expand All @@ -27,6 +29,7 @@
},
"homepage": "https://github.com/mrdoob/stats.js",
"devDependencies": {
"rollup": "^0.36.0"
"rollup": "^0.36.0",
"uglifyjs": "^2.4.10"
}
}

0 comments on commit 066cb4e

Please sign in to comment.