From 5174bf1c1ef11e45990974ff3c033c7b2b4bacaa Mon Sep 17 00:00:00 2001 From: Jesus Federico Date: Wed, 17 Oct 2018 14:40:55 -0400 Subject: [PATCH] Added step for precompiling assets (#302) --- bin/start | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/start b/bin/start index 8bb6e0a1..3f99e49b 100755 --- a/bin/start +++ b/bin/start @@ -13,4 +13,6 @@ if ! bundle exec rake db:migrate ; then export DB_MIGRATE_FAILED=1 fi +bundle exec rake assets:precompile + exec bundle exec puma -C config/puma.rb