1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

clean:all on release grunt task

This commit is contained in:
Anthony Lapenna 2016-06-16 17:37:57 +12:00
parent c54dd510ad
commit 9360693f8d

View file

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