We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d50a48c + a9da23a commit 9329cfaCopy full SHA for 9329cfa
build.sh
@@ -4,4 +4,4 @@
4
cat jsonic-head.js jsonic-parser.js jsonic-foot.js > jsonic.js
5
6
echo "note: ignore warnings in peg.js code"
7
-uglifyjs jsonic.js -c "evaluate=false" --comments "/ Copyright .*/" -m --source-map jsonic-min.map -o jsonic-min.js
+./node_modules/.bin/uglifyjs jsonic.js -c "evaluate=false" --comments "/ Copyright .*/" -m --source-map jsonic-min.map -o jsonic-min.js
package.json
@@ -34,6 +34,7 @@
34
"jasmine-node": "^1.14.5",
35
"pegjs": "^0.8.0",
36
"phantomjs": "^1.8.2-3",
37
+ "uglify-js": "^2.8.29",
38
"underscore": "^1.8.3"
39
}
40
0 commit comments