I've seen grumbling on the MEANJS stack has a file watcher to automatically perform tasks such as moving files when they change. Is there anything similar in .NET space, or am I better off installing node.js and adding grunt to my development stack? I really want to move .js / .css / .cshtml from my code repository to my wwwroot when they are edited and saved.
You better add Grunt to the development stack. Then you can use the following extensions to add support to Visual Studio: - Task Launcher - NPM and Bower Intellisense - Grunt Luncher
If you are on a Mac, you can use CodeKit (not free). But still, Grunt is highly recommended for what you are trying to achieve.
You may also need Web Essentials to view your CSS / JS.
I've seen grumbling on the MEANJS stack has a file watcher to automatically perform tasks such as moving files when they change. Is there something similar in the .NET space.
Yep, FileSystemWatcher in the System.IO namespace (MSDN)
FileSystemWatcher
System.IO
Source: https://habr.com/ru/post/985390/More articles:How to add a label for a vertical line with a legend in ggplot2 - rHow to deploy rep: policy files via maven? - mavenHtml Color only (*) character in the input field of the placeholder in the form - htmlUsing DateTimeFormatterBuilder in Java 8, in particular, options - javaMultiple font colors in input tag - javascriptsplitting and smoothing nodes using XSLT - splitAutomatically switch to mini CSS and JS files in different environments - asp.net-mvcSource and destination port for UDP socket? - cMultipart Download to Amazon S3 with Retrofit - androidJasmine / AngularJS: Depends on service in service in unit test? - angularjsAll Articles