Skip to content

Commit 6764e2c

Browse files
committed
Include the banner image in deployed plugin
1 parent 4199900 commit 6764e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ module.exports = function(grunt) {
124124
expand: true,
125125
cwd: './screenshots',
126126
src: [
127-
'screenshot-*.{png,jpe?g}'
127+
'screenshot-*.{png,jpe?g}',
128+
'banner-772x250.{png,jpe?g,pdn,psd}'
128129
],
129130
dest: 'deploy/assets',
130131
filter: 'isFile'

0 commit comments

Comments
 (0)