Skip to content

Commit ff96473

Browse files
added gulp-batchReplace
1 parent 81aef1f commit ff96473

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"dependencies": {
5252
"gulp-autoprefixer": "^3.1.1",
53+
"gulp-batch-replace": "^0.0.0",
5354
"gulp-combine-mq": "^0.4.0",
5455
"gulp-cssnano": "^2.1.2",
5556
"gulp-gzip": "^1.4.0",

yarn.lock

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ duplexer2@0.0.2:
888888
dependencies:
889889
readable-stream "~1.1.9"
890890

891-
duplexer@^0.1.1:
891+
duplexer@^0.1.1, duplexer@~0.1.1:
892892
version "0.1.1"
893893
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
894894

@@ -1115,6 +1115,18 @@ esutils@^2.0.2:
11151115
version "2.0.2"
11161116
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
11171117

1118+
event-stream@latest:
1119+
version "3.3.4"
1120+
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571"
1121+
dependencies:
1122+
duplexer "~0.1.1"
1123+
from "~0"
1124+
map-stream "~0.1.0"
1125+
pause-stream "0.0.11"
1126+
split "0.3"
1127+
stream-combiner "~0.0.4"
1128+
through "~2.3.1"
1129+
11181130
execa@^0.7.0:
11191131
version "0.7.0"
11201132
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -1322,6 +1334,10 @@ form-data@~2.1.1:
13221334
combined-stream "^1.0.5"
13231335
mime-types "^2.1.12"
13241336

1337+
from@~0:
1338+
version "0.1.7"
1339+
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
1340+
13251341
fs-exists-sync@^0.1.0:
13261342
version "0.1.0"
13271343
resolved "http://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add"
@@ -1575,6 +1591,12 @@ gulp-autoprefixer@^3.1.1:
15751591
through2 "^2.0.0"
15761592
vinyl-sourcemaps-apply "^0.2.0"
15771593

1594+
gulp-batch-replace@^0.0.0:
1595+
version "0.0.0"
1596+
resolved "https://registry.yarnpkg.com/gulp-batch-replace/-/gulp-batch-replace-0.0.0.tgz#7e9826ad928862722c1eacb4421b4127bffd643e"
1597+
dependencies:
1598+
event-stream latest
1599+
15781600
gulp-combine-mq@^0.4.0:
15791601
version "0.4.0"
15801602
resolved "https://registry.yarnpkg.com/gulp-combine-mq/-/gulp-combine-mq-0.4.0.tgz#abf48848efe2d5d711ca969c8e923151fbe3bed5"
@@ -2640,7 +2662,7 @@ map-obj@^1.0.0, map-obj@^1.0.1:
26402662
version "1.0.1"
26412663
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
26422664

2643-
map-stream@^0.1.0:
2665+
map-stream@^0.1.0, map-stream@~0.1.0:
26442666
version "0.1.0"
26452667
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.1.0.tgz#e56aa94c4c8055a16404a0674b78f215f7c8e194"
26462668

@@ -3195,6 +3217,12 @@ path@^0.4.9:
31953217
version "0.4.10"
31963218
resolved "https://registry.yarnpkg.com/path/-/path-0.4.10.tgz#22fef27b7cd6eaf30fb13fc027801e956e518ef1"
31973219

3220+
pause-stream@0.0.11:
3221+
version "0.0.11"
3222+
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
3223+
dependencies:
3224+
through "~2.3"
3225+
31983226
pify@^2.0.0:
31993227
version "2.3.0"
32003228
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -3898,6 +3926,12 @@ spdx-license-ids@^1.0.2:
38983926
version "1.2.2"
38993927
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57"
39003928

3929+
split@0.3:
3930+
version "0.3.3"
3931+
resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f"
3932+
dependencies:
3933+
through "2"
3934+
39013935
split@^1.0.0:
39023936
version "1.0.0"
39033937
resolved "https://registry.yarnpkg.com/split/-/split-1.0.0.tgz#c4395ce683abcd254bc28fe1dabb6e5c27dcffae"
@@ -3929,6 +3963,12 @@ stdout-stream@^1.4.0:
39293963
dependencies:
39303964
readable-stream "^2.0.1"
39313965

3966+
stream-combiner@~0.0.4:
3967+
version "0.0.4"
3968+
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.0.4.tgz#4d5e433c185261dde623ca3f44c586bcf5c4ad14"
3969+
dependencies:
3970+
duplexer "~0.1.1"
3971+
39323972
stream-consume@~0.1.0:
39333973
version "0.1.0"
39343974
resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.0.tgz#a41ead1a6d6081ceb79f65b061901b6d8f3d1d0f"
@@ -4193,7 +4233,7 @@ through2@^0.6.1, through2@^0.6.3:
41934233
readable-stream ">=1.0.33-1 <1.1.0-0"
41944234
xtend ">=4.0.0 <4.1.0-0"
41954235

4196-
through@2, through@^2.3.6, through@~2.3.4, through@~2.3.8:
4236+
through@2, through@^2.3.6, through@~2.3, through@~2.3.1, through@~2.3.4, through@~2.3.8:
41974237
version "2.3.8"
41984238
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
41994239

0 commit comments

Comments
 (0)