Reputation: 33775
I would love to dig into the rails source that governs the Asset Pipeline, but not sure where to look. ActiveSupport, ActionView, ActionPack, is it a Railtie?
Ideas?
Thanks!
Upvotes: 2
Views: 27
Reputation: 7033
The asset pipeline is technically no longer a core part of Rails 4, it has been extracted out of the framework into: sprockets-rails, based on sprockets, a Rack-based asset packaging system.
Upvotes: 3