From 4d4189a48a74ec9cc751919a10821feaa6e1995b Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 2 May 2011 21:56:16 -0700 Subject: [PATCH] Cakefile: rm interval option --- Cakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cakefile b/Cakefile index 614c5d6f6..f02647b2c 100644 --- a/Cakefile +++ b/Cakefile @@ -18,6 +18,6 @@ build = -> task 'dev', -> build() - fs.watchFile INFILE, interval: 200, (curr, prev) -> + fs.watchFile INFILE, (curr, prev) -> if curr.mtime > prev.mtime build()