Skip to content

Commit

Permalink
Merge pull request #849 from null-a/update-uglify-dep
Browse files Browse the repository at this point in the history
Use latest version of uglify.
  • Loading branch information
stuhlmueller committed May 24, 2017
2 parents ba27489 + de303e9 commit adf99ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matrix:
install:
- npm install
- npm install -g nodeunit grunt-cli
- if [ $TASK = travis-phantomjs ]; then npm install -g browserify uglifyjs; fi
- if [ $TASK = travis-phantomjs ]; then npm install -g browserify uglify-js; fi

script:
- grunt $TASK
Expand Down
2 changes: 1 addition & 1 deletion docs/development/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Browser version

To generate a version of WebPPL for in-browser use, run::

npm install -g browserify uglifyjs
npm install -g browserify uglify-js
grunt bundle

The output is written to ``bundle/webppl.js`` and a minified version
Expand Down

0 comments on commit adf99ae

Please sign in to comment.