nickdodd79 / vscode-gulptasks

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

Q: Adding custom gulp tasks #19

Closed mt-webdev closed 6 years ago

mt-webdev commented 6 years ago

Is it possible to add a gulp task which is not existing inside the gulpfile itself but in a spearate JS file -> like Drag'n'Drop behavior?

nickdodd79 commented 6 years ago

Hey @mt-webdev

You can't drag and drop onto the extension. It reads all the gulp*.js files in the workspace. Is the separate file you mention outside the workspace? You can have multiple gulp files scattered throughout your project and the extension will find them (as long as your settings don't exclude them).

Nick.