diff options
author | haseeb <haseebeqx@yahoo.com> | 2018-02-06 19:03:18 +0530 |
---|---|---|
committer | haseeb <haseebeqx@yahoo.com> | 2018-02-28 18:48:26 +0530 |
commit | 27e8d38cea92d165a2e8400b25df23f408b4dca0 (patch) | |
tree | 0a16f63c8f380c92fb4185ca21ba8a264c572641 /config/application.rb | |
parent | 56af0631c6c6d838301ac068f2e79b8f4de9fda7 (diff) | |
download | gitlab-ce-27e8d38cea92d165a2e8400b25df23f408b4dca0.tar.gz |
embedded snippets support
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 918bd4d57cf..f7f0563519a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -114,6 +114,7 @@ module Gitlab config.assets.precompile << "performance_bar.css" config.assets.precompile << "lib/ace.js" config.assets.precompile << "test.css" + config.assets.precompile << "snippets.css" config.assets.precompile << "locale/**/app.js" # Version of your assets, change this if you want to expire all your assets |