Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilad committed Dec 14, 2013
1 parent 0fb5e89 commit e8bc401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e8bc401

Please sign in to comment.