mirror of https://github.com/portainer/portainer
clean:all on release grunt task
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…
Reference in New Issue