Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
function
GulpWatch()
28
{
29
gulp.watch(
"src/**/*.js"
, gulp.series(
"default"
));
30
}
31
32
gulp.task(
"compress"
, compress);
33
gulp.task(
"lint"
, lint);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected