ft-webplatform/aurelia_project/tasks/proxy-server.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2017-09-28 12:04:16 +00:00
{
"name": "proxy-server",
"description": "Proxies main site with dev application assets.",
"flags": [
{
"name": "override-aurelia-config",
"description": "eg configuration/etf/main",
"type": "string"
},
{
"name": "override-segment",
"description": "eg adviser",
"type": "string"
},
{
"name": "proxy-target",
"description": "server to proxy eg http://rcovlnx0188:8202",
"type": "string"
},
{
"name": "dev-js-assets-server",
"description": "Use hosted JS files on another server eg http://localhost:9000",
"type": "string"
},
{
"name": "dev-css-assets-server",
"description": "Use hosted JS files on another server eg http://localhost:9000 (will default to unmin-ed version)",
"type": "string"
},
{
"name": "remove-tracking",
"description": "Remove all google and misc tracking code",
"type": "boolean"
},
{
"name": "remove-images",
"description": "Remove all images, replace them with 1 pixel equivilients",
"type": "boolean"
},
{
"name": "remove-tenant-libs",
"description": "Remove tenant libs",
"type": "boolean"
},
{
"name": "gzip",
"description": "gzip asset",
"type": "boolean"
},
{
"name": "static-cache",
"description": "cache asset, dumb cache never expires",
"type": "boolean"
},
{
"name": "use-backup-hdd-cache",
"description": "cache assets on hdd 'test/integration/downloaded-data/', will write to cache on read, read from cache on error",
"type": "boolean"
}
]
}