Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ clean
Function
clean
gulpfile.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
};
23
24
function
clean() {
25
return
del(DIST);
26
}
27
28
function
watch() {
29
gulp.watch(paths.manifest, manifest);
Callers
nothing calls this directly
Calls
1
del
Function · 0.85
Tested by
no test coverage detected