Skip to content

Commit

Permalink
Merge pull request #270 from nolanlawson/local-uglify
Browse files Browse the repository at this point in the history
Use local uglifyjs
  • Loading branch information
zaach committed Aug 18, 2015
2 parents 8e8512e + 0014641 commit b3dc05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
all: test

site:
./node_modules/.bin/browserify entry.js --exports require | uglifyjs > web/content/assets/js/jison.js
./node_modules/.bin/browserify entry.js --exports require | ./node_modules/.bin/uglifyjs > web/content/assets/js/jison.js
cd web/ && nanoc compile
cp -r examples web/output/jison/

Expand Down

0 comments on commit b3dc05f

Please sign in to comment.