aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

Task Runner Explorer: gulpfile.babel.js tasks not listed #531

Open scottaddie opened 8 years ago

scottaddie commented 8 years ago

@madskristensen Steps to Reproduce

  1. File --> New --> Project --> ASP.NET Core Web Application (.NET Core)
  2. Rename gulpfile.js in Solution Explorer to gulpfile.babel.js
  3. Click the Refresh icon in TRX

Notice that TRX doesn't display any of the tasks in the default Gulp file: gulp_no_tasks

Now, rename the file back to either gulpfile.js or gulpfile.ts, refresh TRX, and the tasks are again displayed in TRX: gulp_tasks_listed

I'm using VS 2015 Update 2.

sayedihashimi commented 8 years ago

TFS: 225798 I've added this to our internal TFS, we will reply back here soon.

ifiokjr commented 7 years ago

Hello Team, I'm interested in this for a current project.

Has there been any progress?

madskristensen commented 7 years ago

@raquelsa do you know?

raquelsa commented 7 years ago

It works on VS 2015 Update 3. Please give it a try and let me know if you run into any problems.

mvegacr commented 7 years ago

Almost one year later, but today I tried to load a gulp file called gulpfile.babel.js and didn't show up on the task runner explorer. Anybody found walk around to use gulp with ES2016 support?

I'm using VS 2015 Update 3.

Thanks!

GhazanfarKhan commented 6 years ago

I am also struggling with this issue? Is this resolved?