Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update dependencies, fix S3 CDN
  • Loading branch information
leemunroe committed Sep 6, 2016
1 parent b9162c0 commit 091caa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/cdn.js
Expand Up @@ -13,7 +13,7 @@ module.exports = {

aws_s3: {
options: {
cdn: '<%= secrets.s3.bucketuri %>/<%= secrets.s3.bucketdir %>', // See README for secrets.json or replace this with your Amazon S3 bucket uri
cdn: '<%= secrets.s3.bucketuri %>/<%= secrets.s3.bucketname %>/<%= secrets.s3.bucketdir %>', // See README for secrets.json or replace this with your Amazon S3 bucket uri
flatten: true,
supportedTypes: 'html'
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -25,6 +25,7 @@
"grunt-litmus": "^0.1.8",
"grunt-mailgun": "^1.0.1",
"grunt-open": "^0.2.3",
"grunt-parallel": "^0.5.1",
"grunt-replace": "^0.9.3",
"grunt-sass": "^1.0.0",
"imagemin-mozjpeg": "^5.1.0",
Expand Down

0 comments on commit 091caa1

Please sign in to comment.