回答編集履歴
1
plumberが抜けていたので訂正
test
CHANGED
@@ -43,6 +43,8 @@
|
|
43
43
|
return gulp
|
44
44
|
|
45
45
|
.src('src/js/*.js')
|
46
|
+
|
47
|
+
.pipe(plumber())
|
46
48
|
|
47
49
|
.pipe(through2.obj(function(file,encode,callback){
|
48
50
|
|