guard-grunt
Guard::Grunt is a Guard plugin to automatically start/stop/restart grunt.
Getting Started
Before you need to install Grunt!
If you're using Bundler, you can add guard-grunt to your Gemfile:
gem 'guard-grunt'Or manually install the guard-grunt gem:
gem install guard-gruntAdd the guard definition to your Guardfile by running this command:
guard init gruntGuardfile
guard 'grunt' do
watch(%r{^Gruntfile.js$})
endContributing
Fork, branch, and pull-request.