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

This commit is contained in:
Nihad Abbasov 2011-10-27 16:22:55 +05:00
commit bd219fcc54

View file

@ -44,5 +44,8 @@ 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