mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #5344 from luisramos0/debug_assets
Move PROFILE debug assets flag to another ENV var
This commit is contained in:
@@ -50,7 +50,7 @@ Openfoodnetwork::Application.configure do
|
||||
# You can remove them by simply running:
|
||||
#
|
||||
# $ bundle exec rake assets:clean
|
||||
config.assets.debug = !ENV["PROFILE"]
|
||||
config.assets.debug = !!ENV["DEBUG_ASSETS"]
|
||||
|
||||
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
||||
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
||||
|
||||
Reference in New Issue
Block a user