marcamillion
marcamillion

Reputation: 33775

Where in the Rails source governs the asset pipeline?

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

Answers (1)

markets
markets

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

Related Questions