aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js2
1 files changed, 0 insertions, 2 deletions
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() {
112export function webserver() { 112export function webserver() {
113 gulp.src([ 113 gulp.src([
114 paths.dest, 114 paths.dest,
115 `!${paths.dest}/electron/**`,
116 `!${paths.dest}/webview/**`,
117 ]) 115 ])
118 .pipe(server({ 116 .pipe(server({
119 livereload: true, 117 livereload: true,