Commit bd219fcc54adfd136ca7111c2f2bb00996297938

Authored by Nihad Abbasov
2 parents 00613d0d 2db09ada

Merge branch 'refs/heads/assets-refactoring' into dev

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/application.rb
... ... @@ -44,5 +44,8 @@ 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')
47 50 end
48 51 end
... ...