Skip to content

Commit 162f060

Browse files
authored
Update gulpfile.js
1 parent 8b7ba7c commit 162f060

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,6 @@ gulp.task("watch", () => {
100100

101101
gulp.watch("./project/js/functionalty.js", gulp.series("functionalty"));
102102
});
103+
104+
// Setting Default Task
105+
gulp.task("default", ["watch"]);

0 commit comments

Comments
 (0)