Skip to content

Commit

Permalink
brining in to line with latest Uglify?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLRead authored and felipernb committed Sep 11, 2017
1 parent 6d2de49 commit 0255021
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 @@ -27,5 +27,5 @@ coveralls:

VERSION := $(shell node -e "console.log(require('./package.json').version);")
browser_bundle: setup
browserify $(realpath src/index.js) --s algorithms | uglifyjs -c -m --screw-ie8 --wrap --preamble "/* algorithms.js v$(VERSION) | (c) 2015 Felipe Ribeiro | https://github.com/felipernb/algorithms.js/blob/master/LICENSE */" > bundle/algorithms.browser.min.js
browserify $(realpath src/index.js) --s algorithms | uglifyjs -c -m --wrap --beautify preamble "/* algorithms.js v$(VERSION) | (c) 2015 Felipe Ribeiro | https://github.com/felipernb/algorithms.js/blob/master/LICENSE */" > bundle/algorithms.browser.min.js

0 comments on commit 0255021

Please sign in to comment.