faster asset compilation by not initializing app
This commit is contained in:
parent
a66311140f
commit
59be3c9d66
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ module OpenneoImpressItems
|
|||
config.assets.enabled = true
|
||||
config.assets.version = '1.0'
|
||||
config.assets.paths << Rails.root.join('app', 'assets', 'fonts')
|
||||
config.assets.initialize_on_precompile = false
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue