1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00
awx/nodemon.json
2015-07-27 10:19:15 -04:00

15 lines
268 B
JSON

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