Guard::BowerRails
Guard::BowerRails allows to automatically install/update bower when needed.
guard-bower_rails is inspired by
guard-bower
Install
Add the gem to your Gemfile
:
group :development do
gem 'guard-bower_rails', require: false
end
Add the plugin definition to your Guardfile by running this command:
$ guard init bower_rails
Usage
Please read the Guard usage doc
Guardfile
guard :bower_rails do
watch('Bowerfile')
end
Please read the Guard usage doc for more information about the Guardfile DSL.
Development
Pull requests are very welcome! Please try to follow these simple rules if applicable:
- Please create a topic branch for every separate change you make.
- Update the README.
- Please do not change the version number.
Author
Richard Huang
Contributors
https://github.com/xinminlabs/guard-bower_rails/graphs/contributors