Is there a way to use gulp build tasks in a C# class library or portable library in Visual Studio 2015? Currently I feel like this is only possible in a Asp.Net 5 project.
Why I want to do so? Because I am going to use CefGlue and don't need a web server.