Skip to content

Commit

Permalink
Set assets compilation to true for production
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Jul 28, 2019
1 parent 3836886 commit 2402f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
config.assets.compile = true

# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb

Expand Down

0 comments on commit 2402f87

Please sign in to comment.