From 76f781ec0899d096703baac260a77cbcc72713ed Mon Sep 17 00:00:00 2001 From: Jean Mertz Date: Mon, 14 Nov 2011 10:57:41 +0100 Subject: [PATCH] Revert always showing default values. it's a preference of mine, but I guess we shouldn't bother people with long lines of code when they are the default anyway. --- lib/guard/rocco/templates/Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/rocco/templates/Guardfile b/lib/guard/rocco/templates/Guardfile index af71055..36cc21a 100644 --- a/lib/guard/rocco/templates/Guardfile +++ b/lib/guard/rocco/templates/Guardfile @@ -1,4 +1,4 @@ -guard 'rocco', :run_all => [:start, :change], :dir => 'doc', :stylesheet => 'http://jashkenas.github.com/docco/resources/docco.css' do +guard 'rocco' do # For Rails 3.0.x and 3.1 watch(%r{^app/.*\.(rb|coffee)$}) watch(%r{^lib/.*\.rb$})