Skip to content

Commit

Permalink
Altered S3 image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-west committed Jan 2, 2017
1 parent 95c5f62 commit b1a4854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,8 @@ module.exports = function(grunt) {
overwrite: "<%= config.s3.overwrite %>"
},
build: {
cwd: "<%= config.s3.src %>",
src: "**",
exclusions: ["<%= config.s3.src %>/**/.DS_Store", "<%= config.s3.src %>/**/Thumbs.db"]
cwd: path.images_src,
src: "**"
}
},

Expand Down
3 changes: 1 addition & 2 deletions example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"s3": {
"bucket": "",
"region": "",
"overwrite": true,
"src": "src/images"
"overwrite": true
}
}

0 comments on commit b1a4854

Please sign in to comment.