mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
15 lines
268 B
JSON
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"
|
|
}
|