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