回答編集履歴
1
脱文
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
.pipe(someprocess())
|
8
8
|
|
9
|
-
.dest($destPath);
|
9
|
+
.pipe(gulp.dest($destPath));
|
10
10
|
|
11
11
|
});
|
12
12
|
|