Commits
Daniel Farina authored cf8151f9e48
Avoid "Running: rake assets:precompile" stutter in build pack output
To fix this, use a distinct title intended to convey the purpose of
the step to humans, using the same jargon as the completion message
("asset precompile").
As seen in Rack applications, this banner would appear as follows:
-----> Running: rake assets:precompile
Running: rake assets:precompile
Normally, the banner and the performed command are different, e.g.:
-----> Installing dependencies using 1.5.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment