Use "CommonJS" task as the dependency for "test" task for now.

This commit is contained in:
Tom Robinson
2010-03-31 13:53:09 -07:00
parent e956d61a08
commit ce32177e1d
+1 -1
View File
@@ -247,7 +247,7 @@ task ("demos", function()
// Testing
task("test", ["build", "test-only"]);
task("test", ["CommonJS", "test-only"]);
task("test-only", function()
{