1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00
awx/nodemon.json

15 lines
268 B
JSON
Raw Normal View History

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"awx/ui/static/docs/**/*"
],
"watch": [
"tools/ui/timepiece.js",
2015-07-23 22:38:14 +03:00
"packaging/node/Brocfile.js",
"packaging/node/tower-app.js"
],
"ext": "js json less html"
}