Skip to content

Commit

Permalink
Silence the fucking rmRf message in clobbering package
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 6, 2012
1 parent eabf639 commit 00a1859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package_task.js
Expand Up @@ -224,7 +224,7 @@ PackageTask.prototype = new (function () {
task('repackage', ['package']);

task('clobberPackage', function () {
jake.rmRf(self.packageDir);
jake.rmRf(self.packageDir, {silent: true});
});

desc('Remove the package');
Expand Down

0 comments on commit 00a1859

Please sign in to comment.