.NET 堆栈中的 Task Runner?

Task Runner in the .NET stack?

我在 MEANJS 堆栈中看到 grunt 有一个文件观察器来自动执行任务,例如在文件更改时移动文件。 .NET space 中是否有类似的东西,或者我最好安装 node.js 并将 grunt 添加到我的开发堆栈?我真的很想在编辑和保存时将 .js/.css/.cshtml 从我的代码存储库移动到我的 wwwroot。

I've seen grunt in the MEANJS stack have a file watcher to automatically execute tasks such as moving around files when they change. Is there anything like this in the .NET space

是的,FileSystemWatcherSystem.IO 命名空间 (MSDN)

您最好将 Grunt 添加到您的开发堆栈中。然后,您可以使用以下扩展在 Visual Studio 中添加支持: - Task Runner Explorer - NPM and Bower package Intellisense - Grunt Luncher

如果您使用的是 Mac,则可以使用 CodeKit(不是免费的)。但是仍然强烈推荐使用 Grunt 来实现您想要实现的目标。

您可能还想体验 Web Essentials 观看您的 CSS/JS