diff --git a/config/application.rb b/config/application.rb index 9b3dd636..7bd5703b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -44,8 +44,5 @@ module Gitlab # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' - - # Extend assets path - config.assets.paths << Rails.root.join('vendor', 'assets', 'images', 'jquery-ui') end end