Commit f01c3f35 by Zoltán Bedi Committed by GitHub

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

parent 66cdc187
......@@ -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', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment