Skip to content

Commit a6a38ca

Browse files
committed
Update grunt-contrib-compress dependency and swich to release tarballs
To resolve file mode issues with the .zip release files, this switches to using tarballs instead.
1 parent 82b16cf commit a6a38ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ grunt.initConfig({
130130
compress: {
131131
release: {
132132
options: {
133-
archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.zip'
133+
archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.tar.gz'
134134
},
135135

136136
expand : true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"grunt-contrib-clean": "~0.5.0",
1515
"grunt-contrib-copy": "~0.5.0",
1616
"grunt-contrib-concat": "~0.3.0",
17-
"grunt-contrib-compress": "~0.5.0",
17+
"grunt-contrib-compress": "~0.6.0",
1818
"grunt-contrib-csslint": "~0.2.0",
1919
"grunt-contrib-watch": "~0.5.3",
2020
"grunt-css-selectors": "~1.0.0",

0 commit comments

Comments
 (0)