From 5e40d6702e670b5cbcd65c74dd6c31da88040e37 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Tue, 10 Jul 2012 12:47:55 -0700 Subject: [PATCH] jake clobber should only clobber the theme, not Cappuccino --- Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile index 80c7d5dbe..9ff2308c6 100644 --- a/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile +++ b/Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile @@ -106,7 +106,7 @@ task ("test-release", ["release"], function() }); CLEAN.include(buildPath); -CLOBBER.include(buildDir); +CLOBBER.include(buildPath); task ("help", function() {