clean:all on release grunt task

pull/16/head
Anthony Lapenna 2016-06-16 17:37:57 +12:00
parent c54dd510ad
commit 9360693f8d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ module.exports = function (grunt) {
'copy' 'copy'
]); ]);
grunt.registerTask('release', [ grunt.registerTask('release', [
'clean:app', 'clean:all',
'if:binaryNotExist', 'if:binaryNotExist',
'html2js', 'html2js',
'uglify', 'uglify',