From 601aa5f116e5284422729860b36e390f947f9964 Mon Sep 17 00:00:00 2001 From: Ricardo Tomasi Date: Sun, 31 Mar 2013 23:04:18 -0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af0ffe..92a878c 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ You can add new minifiers and compilers to `flour`: #### Disable the JS minifier during development task 'watch', -> - flour.minifiers['js'] = null + flour.minifiers.disable 'js' watch 'scripts/*.coffee', -> invoke 'build'