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?

Original source