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