[all] copy loader for 'embed' mode
This commit is contained in:
parent
6c0bd3d8d4
commit
56420dc147
|
@ -415,7 +415,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index-page": {
|
"index-page": {
|
||||||
"../deploy/web-apps/apps/documenteditor/embed/index.html": "../apps/documenteditor/embed/index.html.deploy"
|
"../deploy/web-apps/apps/documenteditor/embed/index.html": "../apps/documenteditor/embed/index.html.deploy",
|
||||||
|
"../deploy/web-apps/apps/documenteditor/embed/index_loader.html": "../apps/documenteditor/embed/index_loader.html.deploy"
|
||||||
},
|
},
|
||||||
"images-app": [
|
"images-app": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -418,7 +418,8 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index-page": {
|
"index-page": {
|
||||||
"../deploy/web-apps/apps/presentationeditor/embed/index.html": "../apps/presentationeditor/embed/index.html.deploy"
|
"../deploy/web-apps/apps/presentationeditor/embed/index.html": "../apps/presentationeditor/embed/index.html.deploy",
|
||||||
|
"../deploy/web-apps/apps/presentationeditor/embed/index_loader.html": "../apps/presentationeditor/embed/index_loader.html.deploy"
|
||||||
},
|
},
|
||||||
"images-app": [
|
"images-app": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -432,8 +432,9 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index-page": {
|
"index-page": {
|
||||||
"../deploy/web-apps/apps/spreadsheeteditor/embed/index.html": "../apps/spreadsheeteditor/embed/index.html.deploy"
|
"../deploy/web-apps/apps/spreadsheeteditor/embed/index.html": "../apps/spreadsheeteditor/embed/index.html.deploy",
|
||||||
},
|
"../deploy/web-apps/apps/spreadsheeteditor/embed/index_loader.html": "../apps/spreadsheeteditor/embed/index_loader.html.deploy"
|
||||||
|
},
|
||||||
"images-app": [
|
"images-app": [
|
||||||
{
|
{
|
||||||
"expand": true,
|
"expand": true,
|
||||||
|
|
Loading…
Reference in a new issue