Skip to content

mickey/guard-bower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guard::Bower

Gem Version Dependency Status

Bower guard allows to automatically install/update bower when needed.

Install

Add the gem to your Gemfile:

group :development do
  gem 'guard-bower', require: false
end

Add the plugin definition to your Guardfile by running this command:

$ guard init bower

Usage

Please read the Guard usage doc

Guardfile

guard :bower do
  watch('bower.json')
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

Michael Bensoussan

Contributors

https://github.com/mickey/guard-bower/graphs/contributors

About

Bower guard allows to automatically update bower when needed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages