Skip to content

Commit

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

0 comments on commit 185b2a2

Please sign in to comment.