From ce32177e1d915c69fd11ed16be13eadd25cec7cb Mon Sep 17 00:00:00 2001 From: Tom Robinson Date: Wed, 31 Mar 2010 13:52:17 -0700 Subject: [PATCH] Use "CommonJS" task as the dependency for "test" task for now. --- Jakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jakefile b/Jakefile index 77a4ccc0a..2d6b4bb10 100644 --- a/Jakefile +++ b/Jakefile @@ -247,7 +247,7 @@ task ("demos", function() // Testing -task("test", ["build", "test-only"]); +task("test", ["CommonJS", "test-only"]); task("test-only", function() {