Skip to content

Commit

Permalink
Merge e647991 into 876e59a
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jan 14, 2018
2 parents 876e59a + e647991 commit c309ed9
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 c309ed9

Please sign in to comment.