This is a first go at an extension which will automatically run your default gulp command when a Visual Studio solution loads (and close it when you exit VS). Currently you must have your gulpfile.js in a project with a name ending "WebTools", and you will have to exit and re-open VS if you make any changes to the gulp file. For best results your default task in gulp should run a watch task. |