Skip to content

Instantly share code, notes, and snippets.

@styson
styson / nodemon.json
Created December 9, 2016 21:22
config file for watching for c# changes
{
"restartable": "rs",
"ignore": [
"CommonAssemblyInfo.cs"
],
"verbose": false,
"watch": [
"source/"
],
"ext": "cs"
Install nodemon
npm install -g nodemon
Copy this file to your $HOME folder
https://gist.github.com/styson/7d56bafc9d1b7fe1ff1d3dd907b7bf0c
run this command from your bash cmd window
body {
background: yellow;
font-size: 20px;
color: red;
}