Skip to content

Commit 69feef6

Browse files
Exclude development files from zipped theme
1 parent 4708987 commit 69feef6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulpfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ function zipper(done) {
8080
'**',
8181
'!node_modules', '!node_modules/**',
8282
'!dist', '!dist/**',
83-
'!yarn-error.log'
83+
'!yarn-error.log',
84+
'!yarn.lock',
85+
'!gulpfile.js'
8486
]),
8587
zip(filename),
8688
dest('dist/')

0 commit comments

Comments
 (0)