Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e7c3cf

Browse files
committed
fix(gulp): fix linting error
1 parentcca9757 commit9e7c3cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎ja/gulp/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
それぞれのタスクをJavaScriptで書くことができるようになっています。
88

99
タスクは複数の処理の実行順序を定義したものとなっていて、タスクを定義するAPIとしては`gulp.task`が用意されています。
10-
また、それぞれの処理はNode.jsの[Stream](https://nodejs.org/api/stream.html"Stream")として実装することで、
11-
処理をStreamでつなげる(`pipe`)することができ、複数の処理を一時ファイルなしでできるようになっています。
10+
また、それぞれの処理はNode.jsの[Stream](https://nodejs.org/api/stream.html"Stream")でつなげることで、複数の処理を一時ファイルなしでできるようになっています。
1211

1312
それぞれの処理はgulpのプラグインという形でモジュール化されているため、
1413
利用者はモジュールを読み込み、`pipe()`で繋ぐだけでタスクの定義ができるツールとなっています。

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp