Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Sep 9, 2020
1 parent d50a48c commit 7284927
Show file tree
Hide file tree
Showing 5 changed files with 979 additions and 8 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
cat jsonic-head.js jsonic-parser.js jsonic-foot.js > jsonic.js

echo "note: ignore warnings in peg.js code"
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 -o jsonic-min.js

3 changes: 1 addition & 2 deletions jsonic-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7284927

Please sign in to comment.