Skip to content

Commit

Permalink
browserify build command
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Sep 15, 2014
1 parent 26f3861 commit 2fe609a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"url": "git://github.com/feross/webtorrent.git"
},
"scripts": {
"build": "browserify -s WebTorrent -r ./ | uglifyjs -c warnings=false -m > webtorrent.min.js",
"build-debug": "browserify -s WebTorrent -r ./ > webtorrent.debug.js",
"build": "browserify -s WebTorrent -e ./ | uglifyjs -c warnings=false -m > webtorrent.min.js",
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"start": "./bin/cmd.js",
"test": "tape test/*.js"
Expand Down

0 comments on commit 2fe609a

Please sign in to comment.