We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b16cf commit a6a38caCopy full SHA for a6a38ca
Gruntfile.js
@@ -130,7 +130,7 @@ grunt.initConfig({
130
compress: {
131
release: {
132
options: {
133
- archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.zip'
+ archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.tar.gz'
134
},
135
136
expand : true,
package.json
@@ -14,7 +14,7 @@
14
"grunt-contrib-clean": "~0.5.0",
15
"grunt-contrib-copy": "~0.5.0",
16
"grunt-contrib-concat": "~0.3.0",
17
- "grunt-contrib-compress": "~0.5.0",
+ "grunt-contrib-compress": "~0.6.0",
18
"grunt-contrib-csslint": "~0.2.0",
19
"grunt-contrib-watch": "~0.5.3",
20
"grunt-css-selectors": "~1.0.0",
0 commit comments