WIP working on serving js in production
This commit is contained in:
@@ -59,6 +59,8 @@ module Community
|
||||
# Version of your assets, change this if you want to expire all your assets
|
||||
config.assets.version = '1.0'
|
||||
|
||||
config.assets.precompile += ['*.css', '*.js']
|
||||
config.assets.initialize_on_precompile = false
|
||||
|
||||
config.assets.precompile += %w('*.css', '*.js')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user