Skip to content

Commit

Permalink
Made to respect :input_root config on run_all.
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwilliams committed Dec 16, 2011
1 parent 381ab53 commit dd1cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/slim.rb
Expand Up @@ -53,7 +53,7 @@ def render(source)
Template.new( @slim ) { source }.render @context
end
def all_paths
Watcher.match_files self, Dir[ ALL ]
Watcher.match_files self, Dir[ File.join(@input_root, ALL) ]
end

end
Expand Down

0 comments on commit dd1cabe

Please sign in to comment.