Skip to content

Commit a60f9ad

Browse files
committed
Fixed incorrect path in gulpfile.
1 parent 7d7f853 commit a60f9ad

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
@@ -27,7 +27,7 @@ function getWrapper(source, placeholder) {
2727
}
2828

2929
gulp.task("clean", function () {
30-
return del(["./out/*.*", "./dist/*.*"]);
30+
return del(["./obj/**/*.*", "./dist/**/*.*"]);
3131
});
3232

3333
gulp.task("compile", function () {

0 commit comments

Comments
 (0)