From 9360693f8daa2dc4408e3815bbadfc2d3ea41e20 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 16 Jun 2016 17:37:57 +1200 Subject: [PATCH] clean:all on release grunt task --- gruntFile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntFile.js b/gruntFile.js index fd6c06e01..429f2d957 100644 --- a/gruntFile.js +++ b/gruntFile.js @@ -24,7 +24,7 @@ module.exports = function (grunt) { 'copy' ]); grunt.registerTask('release', [ - 'clean:app', + 'clean:all', 'if:binaryNotExist', 'html2js', 'uglify',