MCPcopy 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
24function clean() {
25 return del(DIST);
26}
27
28function watch() {
29 gulp.watch(paths.manifest, manifest);

Callers

nothing calls this directly

Calls 1

delFunction · 0.85

Tested by

no test coverage detected