From 9caabf3be0e4b5c39f38b26c159ecc28433bf278 Mon Sep 17 00:00:00 2001 From: Annika Backstrom Date: Sun, 9 Apr 2017 09:41:08 -0400 Subject: [PATCH] Add nodemon.json config file --- nodemon.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nodemon.json diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000..e6f0485 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,8 @@ +{ + "ext": "js mustache css", + "watch": [ + "player.js", + "source", + "jukebox" + ] +}