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, or am I better off installing node.js and adding grunt to my development stack? I'm really looking to move .js/.css/.cshtml from my code repository to my wwwroot when they're edited and saved.
A task runner is an application that polls AWS Data Pipeline for tasks and then performs those tasks.
There are many tools that exist to automate parts of your project, including for installing dependencies, building, testing, linting, deploying. This extension adds an additional "Task Runner" view in your Explorer Pane to visualize and individually run the auto-detected tasks in your project.
Task runners are the heroes (or villains, depending on your point of view) that quietly toil behind most web and mobile applications. Task runners provide value through the automation of numerous development tasks such as concatenating files, spinning up development servers and compiling code.
If you have never used or opened the built in task runner it is simple, press Alt + Shift + Backspace or select it from the other windows list from the View menu. You should see the task runner window at the bottom of Visual Studio.
You're better off adding Grunt to your development stack. You can then use the following extensions to add support in Visual Studio: - Task Runner Explorer - NPM and Bower package Intellisense - Grunt Luncher
If you're on Mac you could use CodeKit (not free). But still Grunt is highly recommended for what you're trying to achieve.
You might also want to experience with Web Essentials to watch your CSS/JS
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
Yep, FileSystemWatcher
in System.IO
namespace (MSDN)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With