Skip to content

Commit

Permalink
add command for debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Sep 15, 2014
1 parent c36bc28 commit 0ba2a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vlc-log.txt
webtorrent.debug.js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
},
"scripts": {
"build": "browserify -s WebTorrent -r ./ | uglifyjs -c warnings=false -m > webtorrent.min.js",
"build-debug": "browserify -s WebTorrent -r ./ > webtorrent.debug.js",
"start": "./bin/cmd.js",
"test": "tape test/*.js"
}
Expand Down

0 comments on commit 0ba2a5a

Please sign in to comment.