1

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.

1 Answer 1

1

Apparently it is super easy. Just add a package.json and gulpfile.js file to your project root. You can now run the gulp task from the Task Runner Explorer (available on right-click).

Sign up to request clarification or add additional context in comments.

1 Comment

Also don't forget to reopen Visual Studio. In my case only after that Gulp started working.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.