nickdodd79 / vscode-gulptasks

A gulp task visualization and execution extension for Visual Studio Code
MIT License
8 stars 6 forks source link

Doesn't support gulpfile.js as a directory #37

Open mkellogg999 opened 3 years ago

mkellogg999 commented 3 years ago

This is supported by gulp. It would be nice if your plugin also supported it.

https://gulpjs.com/docs/en/getting-started/javascript-and-gulpfiles

From that page:

"Node's module resolution allows you to replace your gulpfile.js file with a directory named gulpfile.js that contains an index.js file which is treated as a gulpfile.js. This directory could then contain your individual modules for tasks. If you are using a transpiler, name the folder and file accordingly."