diff --git a/Guardfile b/Guardfile index 358a662..1134694 100644 --- a/Guardfile +++ b/Guardfile @@ -4,8 +4,8 @@ # More info at https://github.com/guard/guard#readme ## Uncomment and set this to only include directories you want to watch -# directories %w(app lib config test spec features) \ -# .select{|d| Dir.exist?(d) ? d : UI.warning("Directory #{d} does not exist")} +directories %w(app lib config test spec features) \ + .select{|d| Dir.exist?(d) ? d : UI.warning("Directory #{d} does not exist")} ## Note: if you are using the `directories` clause above and you are not ## watching the project directory ('.'), then you will want to move