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 @@