Skip to content

Commit

Permalink
[fixed] dist min build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Jul 22, 2014
1 parent c359003 commit 8c428ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
mkdir -p dist
NODE_ENV=production node_modules/.bin/browserify modules/main.js --detect-globals false -s ReactRouter > dist/react-router.js
node_modules/.bin/uglifyjs dist/react-nested-router.js --compress warnings=false > dist/react-router.min.js
node_modules/.bin/uglifyjs dist/react-router.js --compress warnings=false > dist/react-router.min.js

0 comments on commit 8c428ff

Please sign in to comment.