Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More control on command verbosity #294

Closed
fgarcia opened this issue Mar 26, 2015 · 2 comments
Closed

More control on command verbosity #294

fgarcia opened this issue Mar 26, 2015 · 2 comments

Comments

@fgarcia
Copy link

fgarcia commented Mar 26, 2015

I find some tasks like rails:assets_precompile slightly more verbose than necessary.

The current implementation will print every generated asset and as an alternative implementation I am doing this:

# invoke :'rails:assets_precompile'
queue 'echo "-----> Precompiling asset files"'
queue "bundle exec rake assets:precompile 2>&1 | grep -v 'INFO --' || true"
@d4be4st
Copy link
Member

d4be4st commented Mar 26, 2015

This is an issue with rake assets:precompile as it outputs to STDERR instead of STDOUT.

@fgarcia
Copy link
Author

fgarcia commented Mar 26, 2015

Yes, showing always any STDERR seems a sane default. I am no longer sure this is such a great feature

Furthermore, this might encourage people to always generate all assets from scratch whenever they should be shared between each deploy :-/

@fgarcia fgarcia closed this as completed Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants