MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / watch

Function watch

gulpfile.js:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28function watch() {
29 gulp.watch(paths.manifest, manifest);
30 gulp.watch(paths.locales.concat(paths.templates), copyI18n);
31}
32
33async function jsDev() {
34 return runCommand('webpack-cli', ['-w', '--config', 'scripts/webpack.conf.js']);

Callers 1

hookSettingsForUIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected