From 461c494b153708dcffb26a2b18b012b2790d01fa Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 9 Apr 2016 22:58:14 -0700 Subject: [PATCH] More useful clean task. --- Gruntfile.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index a1be89770..e2b3c1d22 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -214,9 +214,7 @@ module.exports = (grunt) -> tasks: 'build' clean: - builds: 'builds' - testbuilds: 'testbuilds' - tmp: 'tmp' + builds: ['tmp', 'testbuilds', 'builds'] require('load-grunt-tasks') grunt