mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 12:49:38 +02:00
Update render-build.sh
This commit is contained in:
parent
2b2dfd03e0
commit
64d5a73eb7
1 changed files with 6 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
# exit on error
|
||||
set -o errexit
|
||||
|
||||
echo "Installing gems..."
|
||||
bundle install
|
||||
|
||||
echo "Precompiling assets..."
|
||||
./bin/rails assets:precompile
|
||||
./bin/rails assets:clean
|
||||
echo "Clobbering old assets..."
|
||||
bundle exec rails assets:clobber
|
||||
|
||||
echo "Build complete"
|
||||
echo "Precompiling assets for production..."
|
||||
bundle exec rails assets:precompile
|
||||
|
||||
echo "✅ Build complete"
|
Loading…
Add table
Add a link
Reference in a new issue