https://github.com/mickey/guard-bower
Bower guard allows to automatically update bower when needed
https://github.com/mickey/guard-bower
Last synced: about 1 year ago
JSON representation
Bower guard allows to automatically update bower when needed
- Host: GitHub
- URL: https://github.com/mickey/guard-bower
- Owner: mickey
- License: mit
- Created: 2014-04-06T16:12:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-06T18:39:10.000Z (about 12 years ago)
- Last Synced: 2025-04-30T08:11:45.723Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Guard::Bower
[](http://badge.fury.io/rb/guard-bower) [](https://gemnasium.com/mickey/guard-bower)
Bower guard allows to automatically install/update bower when needed.
## Install
Add the gem to your `Gemfile`:
```ruby
group :development do
gem 'guard-bower', require: false
end
```
Add the plugin definition to your Guardfile by running this command:
```bash
$ guard init bower
```
## Usage
Please read the [Guard usage doc](https://github.com/mickey/guard#readme)
## Guardfile
```ruby
guard :bower do
watch('bower.json')
end
```
Please read the [Guard usage doc](https://github.com/mickey/guard#readme) for more information about the Guardfile DSL.
## Development
* Documentation hosted at [RubyDoc](http://rubydoc.info/github/mickey/guard-bower/master/frames).
* Source hosted at [GitHub](https://github.com/mickey/guard-bower).
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](https://github.com/mickey/guard-bower/blob/master/README.md).
* Please **do not change** the version number.
## Author
[Michael Bensoussan](https://github.com/mickey)
## Contributors
[https://github.com/mickey/guard-bower/graphs/contributors](https://github.com/mickey/guard-bower/graphs/contributors)