class Middleman::SourceWatcher
def record_file_change(f)
def record_file_change(f) if @files[f[:full_path]] @files[f[:full_path]][:version] += 1 else @files[f[:full_path]] = f @extensionless_files[strip_extensions(f[:full_path])] = f end end
def record_file_change(f) if @files[f[:full_path]] @files[f[:full_path]][:version] += 1 else @files[f[:full_path]] = f @extensionless_files[strip_extensions(f[:full_path])] = f end end