try to compile but not compress assets
This commit is contained in:
parent
96f5e6ac35
commit
bd60f68cfe
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ Metamaps::Application.configure do
|
|||
# Print deprecation notices to the Rails logger
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
# Do not compress assets
|
||||
# Compress assets
|
||||
config.assets.compile = true
|
||||
config.assets.compress = false
|
||||
|
||||
# Expands the lines which load the assets
|
||||
|
|
Loading…
Reference in a new issue