Skip to content

Commit

Permalink
browserif-optimizations-kartikohri1712
Browse files Browse the repository at this point in the history
Added uglifyjs support for minification
  • Loading branch information
amCap1712 committed Jan 14, 2018
1 parent 876e59a commit e647991
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 @@ -23,5 +23,5 @@ 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
] | uglifyjs > ../../../static/js/bundle.js
popd

0 comments on commit e647991

Please sign in to comment.