mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
sprockets upgrade
stop bundling all js files in dev, replace with turbo boosted serving of assets
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user