Guard::Ego¶ ↑
Guard::Ego is the alter ego of Guard and will reload Guard when necessary.
Warning: This functionality is now a feature in guard itself. This gem will not be maintained anymore.¶ ↑
Install¶ ↑
Please be sure to have guard installed before continue.
Install the gem:
gem install guard-ego
Add it to your Gemfile (inside test group):
gem 'guard-ego'
Add guard definition to your Guardfile by running this command:
guard init ego
Usage¶ ↑
Please read guard usage doc
Guardfile¶ ↑
Please read guard doc for more info about Guardfile DSL.
Standard usage¶ ↑
guard 'ego' do watch('Guardfile') end
Development¶ ↑
-
Source hosted at GitHub
-
Report issues/Questions/Feature requests on GitHub Issues
Pull requests are very welcome! Make sure your patches are well tested. Please create a topic branch for every separate change you make.