aspnetcore/samples/dotnet-watch/WatchJavascriptFiles
Nate McMaster 261b27b700 Port CLI tools to be dotnet global tools
- Rename package IDs to dotnet-watch, dotnet-user-secrets, and dotnet-sql-cache
- Change packaging layout to support dotnet-install-tool
- Change package metadata to DotnetTool
- Drop support for DotNetCliToolReference (those will continue to be available under previous package ID's)
- Rename project files and folders
2017-12-29 08:42:36 -08:00
..
wwwroot Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
Program.cs Add samples and update READMEs (#275) 2017-03-15 09:29:05 -07:00
README.md Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00
WatchJavascriptFiles.csproj Port CLI tools to be dotnet global tools 2017-12-29 08:42:36 -08:00

README.md

Watch JavaScript files with dotnet-watch

Prerequisites

Install .NET Core command line. https://dot.net/core

Usage

Open a terminal to the directory containing this project.

dotnet watch run

Changing the .csproj file, or *.js file in wwwroot, or any *.cs file will cause dotnet-watch to restart the website.