sprockets upgrade

stop bundling all js files in dev, replace with turbo boosted serving of assets
This commit is contained in:
Sam
2013-04-18 16:32:48 +10:00
parent 474080a414
commit 8367951000
4 changed files with 46 additions and 9 deletions

View File

@@ -108,6 +108,11 @@ group :development do
gem 'pry-rails'
end
# we are using a custom sprockets repo to work around: https://github.com/rails/rails/issues/8099#issuecomment-16137638
# REVIEW EVERY RELEASE
gem "sprockets", :git => "git://github.com/SamSaffron/sprockets.git", :branch => "rails-compat"
# this is an optional gem, it provides a high performance replacement
# to String#blank? a method that is called quite frequently in current
# ActiveRecord, this may change in the future