web-apps/build/deploy/testserver.json
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

128 lines
5.6 KiB
JSON

{
"version": {
"major": 1,
"minor": 309
},
"src": "../../deploy",
"dst": "../../deploy-to-testserver",
"path": {
"pattern": [
"locale/",
"resources/img/"
],
"base_path": "<%= pkg.dst %>",
"src_path": [
"apps/documenteditor/embed/app-all.js",
"apps/documenteditor/main/app-edit.js",
"apps/documenteditor/main/app-view.js",
"apps/documenteditor/mobile/app-all.js",
"apps/spreadsheeteditor/embed/app-all.js",
"apps/spreadsheeteditor/main/app-edit.js",
"apps/spreadsheeteditor/main/app-view.js",
"apps/spreadsheeteditor/mobile/app-all.js",
"apps/presentationeditor/embed/app-all.js",
"apps/presentationeditor/main/app-edit.js",
"apps/presentationeditor/main/app-view.js",
"apps/presentationeditor/mobile/app-all.js"
]
},
"replace": {
"url": {
"options": {
"variables": {
"../../../": "http://testserver/OfficeWeb/"
},
"prefix": ""
},
"files": [
{
"<%= pkg.dst %>/apps/api/documents/cache-scripts.html": "<%= pkg.dst %>/apps/api/documents/cache-scripts.html"
},
{
"<%= pkg.dst %>/apps/documenteditor/embed/index.html": "<%= pkg.dst %>/apps/documenteditor/embed/index.html"
},
{
"<%= pkg.dst %>/apps/documenteditor/embed/app-all.js": "<%= pkg.dst %>/apps/documenteditor/embed/app-all.js"
},
{
"<%= pkg.dst %>/apps/documenteditor/main/index.html": "<%= pkg.dst %>/apps/documenteditor/main/index.html"
},
{
"<%= pkg.dst %>/apps/documenteditor/main/app-edit.js": "<%= pkg.dst %>/apps/documenteditor/main/app-edit.js"
},
{
"<%= pkg.dst %>/apps/documenteditor/main/app-view.js": "<%= pkg.dst %>/apps/documenteditor/main/app-view.js"
},
{
"<%= pkg.dst %>/apps/documenteditor/mobile/index.html": "<%= pkg.dst %>/apps/documenteditor/mobile/index.html"
},
{
"<%= pkg.dst %>/apps/documenteditor/mobile/app-all.js": "<%= pkg.dst %>/apps/documenteditor/mobile/app-all.js"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/embed/index.html": "<%= pkg.dst %>/apps/spreadsheeteditor/embed/index.html"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/embed/app-all.js": "<%= pkg.dst %>/apps/spreadsheeteditor/embed/app-all.js"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/main/index.html": "<%= pkg.dst %>/apps/spreadsheeteditor/main/index.html"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/main/app-edit.js": "<%= pkg.dst %>/apps/spreadsheeteditor/main/app-edit.js"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/main/app-view.js": "<%= pkg.dst %>/apps/spreadsheeteditor/main/app-view.js"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/mobile/index.html": "<%= pkg.dst %>/apps/spreadsheeteditor/mobile/index.html"
},
{
"<%= pkg.dst %>/apps/spreadsheeteditor/mobile/app-all.js": "<%= pkg.dst %>/apps/spreadsheeteditor/mobile/app-all.js"
},
{
"<%= pkg.dst %>/apps/presentationeditor/embed/index.html": "<%= pkg.dst %>/apps/presentationeditor/embed/index.html"
},
{
"<%= pkg.dst %>/apps/presentationeditor/embed/app-all.js": "<%= pkg.dst %>/apps/presentationeditor/embed/app-all.js"
},
{
"<%= pkg.dst %>/apps/presentationeditor/main/index.html": "<%= pkg.dst %>/apps/presentationeditor/main/index.html"
},
{
"<%= pkg.dst %>/apps/presentationeditor/main/app-edit.js": "<%= pkg.dst %>/apps/presentationeditor/main/app-edit.js"
},
{
"<%= pkg.dst %>/apps/presentationeditor/main/app-view.js": "<%= pkg.dst %>/apps/presentationeditor/main/app-view.js"
},
{
"<%= pkg.dst %>/apps/presentationeditor/mobile/index.html": "<%= pkg.dst %>/apps/presentationeditor/mobile/index.html"
},
{
"<%= pkg.dst %>/apps/presentationeditor/mobile/app-all.js": "<%= pkg.dst %>/apps/presentationeditor/mobile/app-all.js"
}
]
},
"use_embebbed_fonts": {
"options": {
"variables": {
"ASC_DOCS_API_USE_EMBEDDED_FONTS": "true"
}
},
"files": [
{
"<%= pkg.dst %>/sdk/Word/sdk-all.js": "<%= pkg.dst %>/sdk/Word/sdk-all.js"
},
{
"<%= pkg.dst %>/sdk/Excel/sdk-all.js": "<%= pkg.dst %>/sdk/Excel/sdk-all.js"
},
{
"<%= pkg.dst %>/sdk/PowerPoint/sdk-all.js": "<%= pkg.dst %>/sdk/PowerPoint/sdk-all.js"
}
]
}
},
"tasks": {
"deploy": "increment-deploy-version deploy-configure-all"
}
}