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