Skip to content

Commit

Permalink
jake clobber should only clobber the theme, not Cappuccino
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita committed Jul 10, 2012
1 parent a3d4dc2 commit 5e40d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile
Expand Up @@ -106,7 +106,7 @@ task ("test-release", ["release"], function()
});

CLEAN.include(buildPath);
CLOBBER.include(buildDir);
CLOBBER.include(buildPath);

task ("help", function()
{
Expand Down

0 comments on commit 5e40d67

Please sign in to comment.