1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/nodemon.json
Jared Tabor 22b44ceb32 Adding cleanup_fact prompt
The cleanup_fact job requires a different set of parameters: older_than and granularity. A different prompt modal was required in order to reflect these extra parameters.
2015-05-26 13:45:46 -04:00

15 lines
249 B
JSON

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"awx/ui/static/docs/**/*"
],
"watch": [
"awx/ui/static",
"awx/ui/tests",
"awx/ui/templates/ui/index.html"
],
"ext": "js json less html"
}