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.
This commit is contained in:
Eric Ferraiuolo 2014-02-06 00:11:51 -05:00
parent 82b16cf953
commit a6a38caa4f
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ grunt.initConfig({
compress: {
release: {
options: {
archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.zip'
archive: 'release/<%= pkg.version %>/<%= pkg.name %>-<%= pkg.version %>.tar.gz'
},
expand : true,

View File

@ -14,7 +14,7 @@
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-compress": "~0.6.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-css-selectors": "~1.0.0",