diff options
author | Regis <boudinot.regis@yahoo.com> | 2016-11-06 11:27:27 -0700 |
---|---|---|
committer | Regis <boudinot.regis@yahoo.com> | 2016-11-06 11:27:27 -0700 |
commit | fd10ff30bbd4b24889fc0c79fbe35af95f9b5666 (patch) | |
tree | b91d340502a20f904a0eed9c65b4a0ff45926aff /config/application.rb | |
parent | 91a22eb6c537bea870bd14db81b36e6b19044b62 (diff) | |
download | gitlab-ce-fd10ff30bbd4b24889fc0c79fbe35af95f9b5666.tar.gz |
extract pagination into own folder and precompile in application.rb
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 74e00325cf2..4fde984ef62 100644 --- a/config/application.rb +++ b/config/application.rb @@ -101,6 +101,7 @@ module Gitlab config.assets.precompile << "u2f.js" config.assets.precompile << "vue_pipelines_index/index.js" config.assets.precompile << "vue_pipelines_status/index.js" + config.assets.precompile << "vue_pagination/index.js" config.assets.precompile << "vue_icons/index.js" # Version of your assets, change this if you want to expire all your assets |