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'