Tooling: Task Runner Explorer: gulpfile.babel.js tasks not listed

Created on 25 May 2016  路  6Comments  路  Source: aspnet/Tooling

@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.

TFS Tracked

Most helpful comment

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!

All 6 comments

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

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

Has there been any progress?

@raquelsa do you know?

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

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!

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

Was this page helpful?
0 / 5 - 0 ratings