Commit 24144c0

mo <mo.khan@gmail.com>
2018-01-27 19:24:31
compile assets in production for heroku.
1 parent 539497a
Changed files (1)
config/webpacker.yml
@@ -59,7 +59,7 @@ production:
   <<: *default
 
   # Production depends on precompilation of packs prior to booting for performance.
-  compile: false
+  compile: true
 
   # Cache manifest.json for performance
   cache_manifest: true