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 14, 2018
1 parent d111579 commit 8fb9102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-client-js.sh
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 \
] | uglifyjs -c -m > ../../../static/js/bundle.js
] | uglifyjs -c -m | gzip > ../../../static/js/bundle.js
popd

0 comments on commit 8fb9102

Please sign in to comment.