diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-31 18:25:33 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-01 19:42:49 -0600 |
commit | 026b7abc5afc33847f9dcf8bdfc29167da4e9c02 (patch) | |
tree | d0b3ad26838363747ce33a0023a0959c31e792e8 /config | |
parent | 0256e68399674e832204ba0d66626e994ef1cf3a (diff) | |
download | gitlab-ce-026b7abc5afc33847f9dcf8bdfc29167da4e9c02.tar.gz |
Attempt to fix the user page.
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index c37542e8851..49d4d3ba555 100644 --- a/config/application.rb +++ b/config/application.rb @@ -81,7 +81,8 @@ module Gitlab config.assets.precompile << "print.css" config.assets.precompile << "notify.css" config.assets.precompile << "mailers/*.css" - config.assets.precompile << "stat_graph/application.js" + config.assets.precompile << "graphs/application.js" + config.assets.precompile << "users/application.js" # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' |