From e8bc4012dd49c14affaa0c6e7cb043ada700e3a2 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Sat, 14 Dec 2013 16:56:29 +0200 Subject: [PATCH] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55741bd..9c28e14 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ var onChange = grunt.util._.debounce(function() { var options = grunt.config('jade.compile.options'); var dependantFiles = []; - files.forEach(function(filename) { + changedFiles.forEach(function(filename) { var directory = options.basedir; var inheritance = new JadeInheritance(filename, directory, options); dependantFiles = dependantFiles.concat(inheritance.files);