diff options
author | Sean McGivern <sean@gitlab.com> | 2016-07-11 09:38:11 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-07-11 09:38:11 +0100 |
commit | 79a47582e8df780e4072c90c1addc0e06161f608 (patch) | |
tree | 9b1d15242b0d2b27193fb0eb5cd00757c8670f38 /config | |
parent | 5266ae87c43a6760600e397257f9791d950dbe15 (diff) | |
parent | 7303de91ecd6c3a39b5dfa27cd3ac3db613b1e42 (diff) | |
download | gitlab-ce-79a47582e8df780e4072c90c1addc0e06161f608.tar.gz |
Merge branch 'master' into single-file-diffs
Diffstat (limited to 'config')
-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 2b0595ede2b..21e7cc7b6e8 100644 --- a/config/application.rb +++ b/config/application.rb @@ -84,6 +84,7 @@ module Gitlab config.assets.precompile << "graphs/application.js" config.assets.precompile << "users/application.js" config.assets.precompile << "network/application.js" + config.assets.precompile << "profile/application.js" config.assets.precompile << "lib/utils/*.js" config.assets.precompile << "lib/*.js" |