Commit d1953a26401c0550670fc780a4516b0799238454

Authored by Nihad Abbasov
1 parent a243253b

no need to extend assets path anymore

see 865cf830c482b120aad70d40ebee595901899b1c
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
config/application.rb
... ... @@ -44,8 +44,5 @@ module Gitlab
44 44  
45 45 # Version of your assets, change this if you want to expire all your assets
46 46 config.assets.version = '1.0'
47   -
48   - # Extend assets path
49   - config.assets.paths << Rails.root.join('vendor', 'assets', 'images', 'jquery-ui')
50 47 end
51 48 end
... ...