diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-07 15:07:00 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-10 09:28:07 -0600 |
commit | 18e16e427d331415db042afd3c8dd5689db32a53 (patch) | |
tree | 9a0a9365ca2df798dfc6c1492b0796040b904da0 /config/application.rb | |
parent | 133d5c1c64b9d9265736a8b6277fcd73730c6612 (diff) | |
download | gitlab-ce-18e16e427d331415db042afd3c8dd5689db32a53.tar.gz |
Replace raphael-rails with raphael.js so it can be split from the rest of the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently.
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 49d4d3ba555..05fec995ed3 100644 --- a/config/application.rb +++ b/config/application.rb @@ -83,6 +83,7 @@ module Gitlab config.assets.precompile << "mailers/*.css" config.assets.precompile << "graphs/application.js" config.assets.precompile << "users/application.js" + config.assets.precompile << "network/application.js" # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' |