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-grunt

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

guard init grunt

Guardfile

guard 'grunt' do
  watch(%r{^Gruntfile.js$})
end

Contributing

Fork, branch, and pull-request.