From d3a996b1d9c056813e3d14e579ecebd82e7538af Mon Sep 17 00:00:00 2001 From: Bas ten Feld Date: Sat, 16 Feb 2013 16:15:45 +0100 Subject: [PATCH 1/2] Fixed configuration example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f98407b..3e9a948 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ Then add some configuration for the plugin like so: app: { files: { "public/index.html": "src/index.haml" - } + }, options: { - templatize: False + templatize: false } } }, From c01c8221c76657abd1eda60dc86e55509defd15d Mon Sep 17 00:00:00 2001 From: Bas ten Feld Date: Sat, 16 Feb 2013 16:16:41 +0100 Subject: [PATCH 2/2] Underscore dependency in Readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9a948..fd61739 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ grunt.loadNpmTasks('grunt-ruby-haml'); ## Documentation -You'll need to install `grunt-ruby-haml`: +Make sure you have underscore installed: + + npm install underscore + +Then you'll need to install `grunt-ruby-haml`: npm install grunt-ruby-haml