Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Setting 20 minute caching for assets pushed to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
jansepar committed Feb 26, 2013
1 parent c04c1b0 commit c9bf7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Expand Up @@ -179,6 +179,7 @@ module.exports = function(grunt) {
secret: '<%= localConfig.aws.secret %>',
bucket: '<%= localConfig.aws.bucket %>',
access: "public-read",
headers: { "Cache-Control": "max-age=1200" },
upload: [
{ // minified library
src: "build/mobify-<%= pkg.version %>.min.js",
Expand Down

0 comments on commit c9bf7cb

Please sign in to comment.