From b1a48549505dab831cf2cce355ee1b2a1dca22b1 Mon Sep 17 00:00:00 2001 From: Matt West Date: Mon, 2 Jan 2017 12:14:56 +0000 Subject: [PATCH] Altered S3 image path. --- Gruntfile.js | 5 ++--- example_config.json | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 505b4ed..05df9e6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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: "**" } }, diff --git a/example_config.json b/example_config.json index 5e5e0d5..24d5e59 100644 --- a/example_config.json +++ b/example_config.json @@ -49,7 +49,6 @@ "s3": { "bucket": "", "region": "", - "overwrite": true, - "src": "src/images" + "overwrite": true } }