From 8881dbfe8e6c6fd0cc13df3e210ca46cab05571b Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 12 Feb 2015 09:24:22 -0500 Subject: [PATCH] Updating contrib doc to include working file watcer solution --- nodemon.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nodemon.json diff --git a/nodemon.json b/nodemon.json new file mode 100644 index 0000000000..a126f33861 --- /dev/null +++ b/nodemon.json @@ -0,0 +1,12 @@ +{ + "restartable": "rs", + "ignore": [ + ".git", + "node_modules/**/node_modules", + "awx/ui/static/dist" + ], + "watch": [ + "awx/ui/static" + ], + "ext": "js json less html" +}