clean:all on release grunt task

pull/16/head
Anthony Lapenna 9 years ago
parent c54dd510ad
commit 9360693f8d

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

Loading…
Cancel
Save