lib/jets/builders/tidy.rb in jets-1.6.0 vs lib/jets/builders/tidy.rb in jets-1.6.1

- old
+ new

@@ -88,10 +88,10 @@ def rm_rf(path) exists = File.exist?("#{path}/.gitkeep") || File.exist?("#{path}/.keep") return if exists - # say " rm -rf #{path}".colorize(:yellow) # uncomment to debug + # say " rm -rf #{path}".color(:yellow) # uncomment to debug system("rm -rf #{path}") unless @noop end # These directories will be removed regardless of dir level def always_removals \ No newline at end of file