Skip to content

Commit

Permalink
Update build-client-js.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jan 15, 2018
1 parent 256c366 commit 217b863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-client-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ cross-env BABEL_ENV="browser" browserify -t [babelify] \
-o ../../../static/js/revision.js \
-o ../../../static/js/search.js \
-o 'uglifyjs -cm | gzip> bundle/`basename $FILE`.gz' \
] | uglifyjs -c -m | gzip > ../../../static/js/bundle.js
] | uglifyjs -c -m | gzip > ../../../static/js/bundle.js.gz
popd

0 comments on commit 217b863

Please sign in to comment.