Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Generate a production build of javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
oestrich committed Jun 2, 2018
1 parent 56b6eed commit 7089b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e set -e


rm -rf priv/static/* rm -rf priv/static/*
cd assets && node node_modules/brunch/bin/brunch build && cd .. cd assets && node node_modules/brunch/bin/brunch build -p && cd ..
MIX_ENV=prod mix phx.digest MIX_ENV=prod mix phx.digest
MIX_ENV=prod mix release MIX_ENV=prod mix release
rm -r priv/static/* rm -r priv/static/*
Expand Down

0 comments on commit 7089b11

Please sign in to comment.