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' 'copy'
]); ]);
grunt.registerTask('release', [ grunt.registerTask('release', [
'clean:app', 'clean:all',
'if:binaryNotExist', 'if:binaryNotExist',
'html2js', 'html2js',
'uglify', 'uglify',

Loading…
Cancel
Save