From c5b44c0259387030f9e3d31ae1db8903a95b6b67 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 11 Dec 2017 12:25:49 +0100 Subject: always initialize ContextMenuBuilder but not spellchecker --- gulpfile.babel.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gulpfile.babel.js') diff --git a/gulpfile.babel.js b/gulpfile.babel.js index d947974b3..b50001b2d 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -110,7 +110,11 @@ export function watch() { } export function webserver() { - gulp.src(paths.dest) + gulp.src([ + paths.dest, + `!${paths.dest}/electron/**`, + `!${paths.dest}/webview/**`, + ]) .pipe(server({ livereload: true, })); -- cgit v1.2.3-70-g09d2