OSDN Git Service

no need to extend assets path anymore
authorNihad Abbasov <narkoz.2008@gmail.com>
Wed, 13 Jun 2012 12:19:02 +0000 (05:19 -0700)
committerNihad Abbasov <narkoz.2008@gmail.com>
Wed, 13 Jun 2012 12:19:02 +0000 (05:19 -0700)
see 865cf830c482b120aad70d40ebee595901899b1c

config/application.rb

index 9b3dd63..7bd5703 100644 (file)
@@ -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