guard / guard-bundler

Guard::Bundler automatically install/update your gem bundle when needed
https://rubygems.org/gems/guard-bundler
MIT License
117 stars 22 forks source link

Display info before doing stuff #24

Closed jmuheim closed 10 years ago

jmuheim commented 10 years ago

While you display INFO - Bundle installed after executing bundler, you don't display anything when starting the bundling process. This results in a few seconds nothing happening in the guard console, and you don't know what's happening.

It would be nice to have something like INFO - Bundling... displayed at the very beginning.

rymai commented 10 years ago

Done, thanks!

jmuheim commented 10 years ago

Thank you! :+1: