0.0
No commit activity in last 3 years
No release in over 3 years
Guard::Grunt automatically starts/stops/restarts grunt
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.