From 196f3556606e4e389940ba4f61dec2ffa3cbab19 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Sat, 27 Aug 2016 11:21:32 +0200 Subject: [PATCH] No need for worker proxying in website --- gulpfile.js | 2 +- website/index.html | 5 ----- website/monarch.html | 5 ----- website/playground.html | 5 ----- website/playground/playground-runner.html | 6 ------ website/worker-loader-proxy.js | 4 ---- 6 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 website/worker-loader-proxy.js diff --git a/gulpfile.js b/gulpfile.js index 208c99ef..bbee6bb3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -343,7 +343,7 @@ gulp.task('website', ['clean-website', 'playground-samples'], function() { return ( gulp.src('website/**/*', { dot: true }) .pipe(es.through(function(data) { - if (!data.contents || !/\.(js|html)$/.test(data.path)) { + if (!data.contents || !/\.(html)$/.test(data.path)) { return this.emit('data', data); } diff --git a/website/index.html b/website/index.html index 52ea332f..015db922 100644 --- a/website/index.html +++ b/website/index.html @@ -142,11 +142,6 @@