Skip to content

Commit 9804a78

Browse files
committed
this is twice as big as I'd like it to be ...
1 parent 02f63c0 commit 9804a78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
mkdir -p dist
33
NODE_ENV=production node_modules/.bin/browserify modules/index.js -t browserify-shim -t envify --detect-globals false -s ReactRouter > dist/react-router.js
44
node_modules/.bin/uglifyjs dist/react-router.js --compress warnings=false > dist/react-router.min.js
5+
echo "gzipped, the global build is:"
6+
echo "`gzip -c dist/react-router.min.js | wc -c` bytes"
7+

0 commit comments

Comments
 (0)