mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Change asset compilation setting in production
This commit is contained in:
parent
ab90180cbf
commit
e86264a4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Rails.application.configure do
|
|||
# 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.content_type = {
|
||||
geojson: 'application/geo+json'
|
||||
|
|
|
|||
Loading…
Reference in a new issue