Update gulpfile.js

This commit is contained in:
Pig Fang 2017-11-06 11:24:01 +08:00
parent 594954dbe2
commit 9eb21ada8b

View File

@ -167,6 +167,8 @@ gulp.task('zip', () => {
'!.gitignore',
'!.git/**/*.*',
'!.git/',
'!.github/**/*.*',
'!.github/',
'!.gitmodules',
'!.gitattributes',
'!gulpfile.js',
@ -176,7 +178,9 @@ gulp.task('zip', () => {
'!package.json',
'!composer.json',
'!composer.lock',
'!coverage/**/*.*',
'!bower.json',
'!phpunit.xml',
'!plugins/**/*.*',
'!resources/assets/src/**/*.*',
// do not pack packages for developments