nickdodd79 / vscode-gulptasks

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

Add Support for Babel Gulpfiles #4

Closed JosephMart closed 6 years ago

JosephMart commented 6 years ago

If a Gulpfile is utilizing babel and named gulpfile.babel.js, the following notification will be given

No gulp file found in the current workspace
nickdodd79 commented 6 years ago

Hi @JosephMart,

Version 0.0.8 has just been released and now supports wildcard discovery of the gulpfile.js files (i.e. gulpfile.babel.js).

Nick.

JosephMart commented 6 years ago

Thank you!