From 5f147638be5e6c6ff90cc5d91d45ae6cb4d7cb7b Mon Sep 17 00:00:00 2001 From: John Bintz Date: Tue, 7 Jun 2011 09:00:05 -0400 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index badeab5..efc1856 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ home folder's `.jasmine-headless-webkit` file. * `:all_on_start => false` to not run everything when starting, just like `guard-rspec`. * `:run_before => "` to run a command before running specs. If the command fails, the test run stops. * `:jammit => true` to run `jammit -f 2>/dev/null` before the tests for the current file change are run. -* `:valid_extensions => %w{` to run `jammit -f 2>/dev/null` before the tests for the current file change are run. +* `:valid_extensions => %w{js coffee}` to only trigger `run_on_change` events for files with these extensions. Forces Guard to re-run all tests when any other matched file changes. ## What's the deal with `newest_js_file`?