summaryrefslogtreecommitdiffstats
path: root/nodemon.json
blob: b41431b7ba7c3921dc9907085dfd3b9704a0f97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "restartable": "rs",
  "ignore": [
    ".git",
    "node_modules/**/node_modules",
    "awx/ui/static/docs/**/*"
  ],
  "watch": [
    "tools/ui/timepiece.js",
    "packaging/node/Brocfile.js",
    "packaging/node/tower-app.js"
  ],
  "ext": "js json less html"
}