Chore: remove compress:release grunt task (#29225)

This commit is contained in:
Zoltán Bedi
2020-11-19 12:18:14 +01:00
committed by GitHub
parent 66cdc18705
commit f01c3f35e1

View File

@@ -4,10 +4,10 @@ module.exports = function(grunt) {
'use strict';
// build then zip
grunt.registerTask('release', ['build', 'build-post-process', 'compress:release']);
grunt.registerTask('release', ['build', 'build-post-process']);
// package into archives
grunt.registerTask('package', ['clean:temp', 'build-post-process', 'compress:release']);
grunt.registerTask('package', ['clean:temp', 'build-post-process']);
grunt.registerTask('build-post-process', function() {
grunt.config('copy.public_to_temp', {