mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Update render-build.sh
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# exit on error
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
echo "Installing gems..."
|
echo "Installing gems..."
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
echo "Precompiling assets..."
|
echo "Clobbering old assets..."
|
||||||
./bin/rails assets:precompile
|
bundle exec rails assets:clobber
|
||||||
./bin/rails assets:clean
|
|
||||||
|
|
||||||
echo "Build complete"
|
echo "Precompiling assets for production..."
|
||||||
|
bundle exec rails assets:precompile
|
||||||
|
|
||||||
|
echo "✅ Build complete"
|
||||||
Reference in New Issue
Block a user