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',