diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-03-07 02:59:12 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-03-07 02:59:12 -0600 |
commit | 85e0bbc4f87e5ae3176a70f82625bf4cb9408ca5 (patch) | |
tree | 0c47056cb3aedf30805c5ba4c9660a5249c803f9 /config/application.rb | |
parent | 24f1ee5e9b1f4d9bc8cff581419b091756da8deb (diff) | |
download | gitlab-ce-85e0bbc4f87e5ae3176a70f82625bf4cb9408ca5.tar.gz |
move u2f library to webpackmove-u2f-bundle
Diffstat (limited to 'config/application.rb')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index cdb93e50e66..1cc092c4da1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -100,7 +100,6 @@ module Gitlab config.assets.precompile << "katex.js" config.assets.precompile << "xterm/xterm.css" config.assets.precompile << "lib/ace.js" - config.assets.precompile << "u2f.js" config.assets.precompile << "vendor/assets/fonts/*" # Version of your assets, change this if you want to expire all your assets |