mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Compile assets in staging environment
This commit is contained in:
parent
87c5c34fb4
commit
e31265fdad
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Rails.application.configure do
|
||||||
# config.assets.css_compressor = :sass
|
# config.assets.css_compressor = :sass
|
||||||
|
|
||||||
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
||||||
config.assets.compile = false
|
config.assets.compile = true
|
||||||
|
|
||||||
config.assets.content_type = {
|
config.assets.content_type = {
|
||||||
geojson: 'application/geo+json'
|
geojson: 'application/geo+json'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue