From f9cb20ffcbb1294e31c3a14e5535d4f12274b13c Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 5 Jan 2018 14:34:36 +0100 Subject: Improve annoying livereload reload behaviour for main/webview processes --- gulpfile.babel.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'gulpfile.babel.js') diff --git a/gulpfile.babel.js b/gulpfile.babel.js index b50001b2d..95b026f66 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -112,8 +112,6 @@ export function watch() { export function webserver() { gulp.src([ paths.dest, - `!${paths.dest}/electron/**`, - `!${paths.dest}/webview/**`, ]) .pipe(server({ livereload: true, -- cgit v1.2.3-54-g00ecf