From e669af0c39577a148cd453aec4a317176aa5a0ec Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 29 Aug 2016 03:48:43 +0200 Subject: [PATCH] gulp tasks: no way of using SharedWorkers as Blobs --- gulp/gulp-my-tasks/tasks/tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/gulp-my-tasks/tasks/tasks.js b/gulp/gulp-my-tasks/tasks/tasks.js index ae42cbc..df2470a 100644 --- a/gulp/gulp-my-tasks/tasks/tasks.js +++ b/gulp/gulp-my-tasks/tasks/tasks.js @@ -384,7 +384,7 @@ module.exports = function(gulp, customConfig) { */ gulp.task('workers', function() { - log('*** Inline workers or shared workers ***'); + log('*** Inline workers ***'); return gulp .src(config.jsFilesWorkers) -- 2.1.4