Add nodemon.json config file

This commit is contained in:
Annika Backstrom 2017-04-09 09:41:08 -04:00
parent 65b3ea7a36
commit 9caabf3be0
1 changed files with 8 additions and 0 deletions

8
nodemon.json Normal file
View File

@ -0,0 +1,8 @@
{
"ext": "js mustache css",
"watch": [
"player.js",
"source",
"jukebox"
]
}