gulp tasks: no way of using SharedWorkers as Blobs
authorgustavo <gu.martinm@gmail.com>
Mon, 29 Aug 2016 01:48:43 +0000 (03:48 +0200)
committergustavo <gu.martinm@gmail.com>
Mon, 29 Aug 2016 01:48:43 +0000 (03:48 +0200)
gulp/gulp-my-tasks/tasks/tasks.js

index ae42cbc..df2470a 100644 (file)
@@ -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)