diff --git a/bin/start b/bin/start index 8bb6e0a10d..3f99e49b6e 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