MCPcopy Create free account
hub / github.com/Maddious/RiTA-DiscordBot / GulpWatch

Function GulpWatch

gulpfile.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27function GulpWatch()
28{
29 gulp.watch("src/**/*.js", gulp.series("default"));
30}
31
32gulp.task("compress", compress);
33gulp.task("lint", lint);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected