We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7ba7c commit 162f060Copy full SHA for 162f060
gulpfile.js
@@ -100,3 +100,6 @@ gulp.task("watch", () => {
100
101
gulp.watch("./project/js/functionalty.js", gulp.series("functionalty"));
102
});
103
+
104
+// Setting Default Task
105
+gulp.task("default", ["watch"]);
0 commit comments