mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Change debug option to speed up css compilation.
This commit is contained in:
parent
da6711c571
commit
7f23cb2d29
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Rails.application.configure do
|
|||
# Debug mode disables concatenation and preprocessing of assets.
|
||||
# This option may cause significant delays in view rendering with a large
|
||||
# number of complex assets.
|
||||
config.assets.debug = true
|
||||
config.assets.debug = false
|
||||
|
||||
# Suppress logger output for asset requests.
|
||||
config.assets.quiet = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue