madskristensen / NpmTaskRunner

Visual Studio extension
Other
88 stars 32 forks source link

Locate task that uses require-dir #41

Closed jmvtrinidad closed 7 years ago

jmvtrinidad commented 7 years ago

Installed product versions

Description

Add support for gulp task using require-dir just like this example in aurelia.

Steps to recreate

N/A

Current behavior

N/A

Expected behavior

To be able to locate all task using require-dir.

madskristensen commented 7 years ago

@scottaddie Any idea how to go about supporting this scenario?

scottaddie commented 7 years ago

@madskristensen It seems like this is a Gulp-centric enhancement. Doesn't it belong on the product backlog for TRX itself?

madskristensen commented 7 years ago

@scottaddie Of course. Yes, you are right. It is to do with the built-in Gulp task runner and not this extension. Closing here and opening bug on VS Web Team

jmvtrinidad commented 7 years ago

Hi @scottaddie, what do you mean by Gulp-centric?.

Hi @madskristensen, Can you guide me more about opening bug on VS Web Team? Thanks.

scottaddie commented 7 years ago

@jmvtrinidad I mean that anything involving Gulp is handled in Task Runner Explorer itself. This extension just focuses on npm and Yarn commands/scripts.

jmvtrinidad commented 7 years ago

@scottaddie Thanks for clarifying. I guess I'm using Task Runner Explorer by @madskristensen .