mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Merge branch 'story/115147999-assets' into staging
This commit is contained in:
commit
6344c2c6a2
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ Rails.application.configure do
|
|||
config.assets.compile = true
|
||||
|
||||
# Generate digests for assets URLs.
|
||||
config.assets.digest = false
|
||||
config.assets.digest = true
|
||||
|
||||
# Version of your assets, change this if you want to expire all your assets.
|
||||
config.assets.version = '1.0'
|
||||
|
|
|
@ -30,7 +30,7 @@ Rails.application.configure do
|
|||
config.assets.compile = false
|
||||
|
||||
# Generate digests for assets URLs.
|
||||
config.assets.digest = false
|
||||
config.assets.digest = true
|
||||
|
||||
# Version of your assets, change this if you want to expire all your assets.
|
||||
config.assets.version = '1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue