From 56420dc147c324921a178c103420898e897aa364 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 6 May 2020 19:36:01 +0300 Subject: [PATCH] [all] copy loader for 'embed' mode --- build/documenteditor.json | 3 ++- build/presentationeditor.json | 3 ++- build/spreadsheeteditor.json | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build/documenteditor.json b/build/documenteditor.json index efcb75f30..4793a5c2b 100644 --- a/build/documenteditor.json +++ b/build/documenteditor.json @@ -415,7 +415,8 @@ } ], "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": [ { diff --git a/build/presentationeditor.json b/build/presentationeditor.json index c5a41e95f..f5263ba0e 100644 --- a/build/presentationeditor.json +++ b/build/presentationeditor.json @@ -418,7 +418,8 @@ } ], "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": [ { diff --git a/build/spreadsheeteditor.json b/build/spreadsheeteditor.json index 1f7fc176d..62a6924b0 100644 --- a/build/spreadsheeteditor.json +++ b/build/spreadsheeteditor.json @@ -432,8 +432,9 @@ } ], "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": [ { "expand": true,