From 6764e2cf19237988ea94c4c7f26231a2c23345ee Mon Sep 17 00:00:00 2001 From: Shea Bunge Date: Mon, 11 Nov 2013 22:22:54 +1100 Subject: [PATCH] Include the banner image in deployed plugin --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9bc55c14..e222ae60 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -124,7 +124,8 @@ module.exports = function(grunt) { expand: true, cwd: './screenshots', src: [ - 'screenshot-*.{png,jpe?g}' + 'screenshot-*.{png,jpe?g}', + 'banner-772x250.{png,jpe?g,pdn,psd}' ], dest: 'deploy/assets', filter: 'isFile'