where does rails' "rake assets:precompile" source code live?
ruby-on-rails-3.1, sprockets
Solution
Rake task itself is defined here in `sprokets-rails` gem.
Problem
Can't find it in railties Can only find part of it in sprocketstask Where to look?
ruby-on-rails-3.1, sprockets
Rake task itself is defined here in `sprokets-rails` gem.
Can't find it in railties Can only find part of it in sprocketstask Where to look?