1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 05:15:25 +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' 'copy'
]); ]);
grunt.registerTask('release', [ grunt.registerTask('release', [
'clean:app', 'clean:all',
'if:binaryNotExist', 'if:binaryNotExist',
'html2js', 'html2js',
'uglify', 'uglify',