Skip to content

Commit

Permalink
Do not gzip S3 uploaded images
Browse files Browse the repository at this point in the history
  • Loading branch information
zenitraM committed Nov 24, 2014
1 parent 3c80051 commit 606bf19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ module.exports = function(grunt) {
options: {
accessKeyId: "<%= aws.S3_KEY%>",
secretAccessKey: "<%= aws.S3_SECRET %>",
bucket: "<%= aws.S3_BUCKET %>"
bucket: "<%= aws.S3_BUCKET %>",
gzip: false
},

build: {
Expand Down

0 comments on commit 606bf19

Please sign in to comment.