guard-gulp
Guard::Gulp is a Guard plugin to automatically start/stop/restart gulp.
Getting Started
If you're using Bundler, you can add guard-gulp to your Gemfile:
gem 'guard-gulp'
Or manually install the guard-gulp gem:
gem install guard-gulp
Add the guard definition to your Guardfile by running this command:
guard init gulp
Don't forget to install Gulp!
Guardfile
guard 'gulp' do
watch(%r{^gulpfile.js$})
end
Contributing
Fork, branch, and pull-request.