Skip to content

Commit

Permalink
Include the banner image in deployed plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 11, 2013
1 parent 4199900 commit 6764e2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6764e2c

Please sign in to comment.