【发布时间】:2015-05-06 14:51:09
【问题描述】:
我在 Visual Studio 2013 中有一个现有的 ASP.NET MVC 5 项目,我想迁移到 Visual Studio 2015,以便利用 VS 2015 对 Grunt 的支持。该项目在 VS 2015 中打开良好,我可以将 gruntfile.js 添加到项目中,但任务运行器不起作用。我假设需要额外的配置才能让 VS 2015 意识到我的项目已经为 Grunt 做好了准备,但我不确定该配置在哪里。有谁知道如何让它工作?
【问题讨论】:
标签: asp.net-mvc visual-studio asp.net-mvc-5 visual-studio-2015 asp.net-core-mvc