Skip to content

Commit 972cc8f

Browse files
committed
fix: clean exclude screenshot.html
1 parent bdd9aaa commit 972cc8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ gulp.task('watch', function() {
148148
});
149149

150150
gulp.task('clean', function () {
151-
return gulp.src(['public/**/*.html', 'release'])
151+
return gulp.src(['public/**/*.html', '!public/screenshot.html', 'release'])
152152
.pipe(clean());
153153
});
154154

0 commit comments

Comments
 (0)