Skip to content

Commit

Permalink
fix(gulp): fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Oct 28, 2015
1 parent cca9757 commit 9e7c3cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ja/gulp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
それぞれのタスクをJavaScriptで書くことができるようになっています。

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

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

0 comments on commit 9e7c3cf

Please sign in to comment.