I have an existing ASP.NET MVC 5 project in Visual Studio 2013 that I would like to migrate to Visual Studio 2015 so that I can take advantage of VS 2015 support for Grunt. The project opens perfectly in VS 2015, and I can add the gruntfile.js project to the project, but the task runner does not work. I assume that there is an additional configuration necessary for VS 2015 to know that my project is ready for Grunt, but I'm not sure where this configuration is located. Does anyone know how to make this work?
visual-studio asp.net-mvc visual-studio-2015 asp.net-mvc-5 asp.net-core-mvc
John craft
source share