LoginSignup
5
5

More than 5 years have passed since last update.

gulpfile.jsをディレクトリにする

Posted at

gulpfile.jsをディレクトリにするとどうなるか

Gulpはrequire("./gulpfile.js")のようなことをやっているようなので、にgulpfile.jsというディレクトリを用意し、中にindex.jsを置くことでそのindex.jsファイルが実行されます。

メリット

gulpfile.jsが肥大化するとまずやるのがファイルの分割ですが、分割したファイルが散らかりにくくなります。ただでさえプロジェクトルートはツールの設定ファイルだらけになりがちです。

デメリット

意図を中々理解してもらえません。

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5