Skip to content

Commit

Permalink
Render setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed May 2, 2024
1 parent 6afe15e commit 41a0940
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bin/rails server
css: bin/rails tailwindcss:watch
css: bin/rails tailwindcss:watch
7 changes: 7 additions & 0 deletions bin/render-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# exit on error
set -o errexit

bundle install
./bin/rails assets:precompile
./bin/rails assets:clean

0 comments on commit 41a0940

Please sign in to comment.