Skip to content

Commit 125214f

Browse files
committed
Don't delete the php/ folder on gulp build
1 parent 42182c3 commit 125214f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ gulp.task('open-build', function () {
136136
});
137137

138138
gulp.task('clean-pre-build', function () {
139-
return gulp.src(['./build/!(v1|.git|sitemap.txt|*.md)'], {read: false})
139+
return gulp.src(['./build/!(v1|.git|sitemap.txt|*.md|php*)'], {read: false})
140140
.pipe(rimraf());
141141
});
142142

0 commit comments

Comments
 (0)