Updating contrib doc to include working file watcer solution

This commit is contained in:
John Mitchell 2015-02-12 09:24:22 -05:00
parent f85e28bafa
commit 8881dbfe8e

12
nodemon.json Normal file
View File

@ -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"
}