diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-19 14:42:35 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-25 10:11:42 -0700 |
commit | 804714449233d95ff6e4b07ecb07b941fba1a6ab (patch) | |
tree | f746a62ca0d31e6b817b3a6175497b22e5a5bdea /config | |
parent | b83dcd3a30539f86b13d91ffd24fb708652eae80 (diff) | |
download | gitlab-ce-804714449233d95ff6e4b07ecb07b941fba1a6ab.tar.gz |
Move new nav into main CSS folder
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/application.rb b/config/application.rb index da9bb25c8b9..30117b6a98e 100644 --- a/config/application.rb +++ b/config/application.rb @@ -105,8 +105,6 @@ module Gitlab config.assets.precompile << "lib/ace.js" config.assets.precompile << "vendor/assets/fonts/*" config.assets.precompile << "test.css" - config.assets.precompile << "new_nav.css" - config.assets.precompile << "new_sidebar.css" # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' |