Add precompilation for relevant assets.
This commit is contained in:
parent
4cca9a3e0f
commit
40db56a26c
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ module Gitlab
|
|||
config.assets.precompile << "graphs/application.js"
|
||||
config.assets.precompile << "users/application.js"
|
||||
config.assets.precompile << "network/application.js"
|
||||
config.assets.precompile << "lib/utils/*.js"
|
||||
config.assets.precompile << "lib/*.js"
|
||||
|
||||
# Version of your assets, change this if you want to expire all your assets
|
||||
config.assets.version = '1.0'
|
||||
|
|
Loading…
Reference in a new issue