nickdodd79 / vscode-gulptasks

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

Use gulptasks.pattern as array #35

Open grloch opened 4 years ago

grloch commented 4 years ago

Hi guys!

There is a way to use pattern as a array? So i can use more then one pattern.

For example: [ "*/gulpfile.js", "*/gulptasks/.js", ]

It would be nice to include more than one pattern, so I could use simple names for my task files: "script.js", "style.js", etc..

CREEATION commented 4 years ago

You should use a gulpfile.js directory instead, as explained in the official Gulp documentation.

After the setup, use gulpfile.js/index.js as your pattern setting for the extension. Hope this works for you 🐢