projects
/
JavaScriptForFun
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da7223
)
gulp tasks: no way of using SharedWorkers as Blobs
author
gustavo
<gu.martinm@gmail.com>
Mon, 29 Aug 2016 01:48:43 +0000
(
03:48
+0200)
committer
gustavo
<gu.martinm@gmail.com>
Mon, 29 Aug 2016 01:48:43 +0000
(
03:48
+0200)
gulp/gulp-my-tasks/tasks/tasks.js
patch
|
blob
|
history
diff --git
a/gulp/gulp-my-tasks/tasks/tasks.js
b/gulp/gulp-my-tasks/tasks/tasks.js
index
ae42cbc
..
df2470a
100644
(file)
--- 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)