mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
fix multi-thread building
This commit is contained in:
@ -282,7 +282,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<inline src="../../common/main/resources/img/header/buttons.svg" />
|
||||
<inline src="resources/img/header/buttons.svg" />
|
||||
|
||||
<div id="viewport"></div>
|
||||
<script data-main="app" src="../../../vendor/requirejs/require.js"></script>
|
||||
|
||||
@ -282,7 +282,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<inline src="../../common/main/resources/img/header/buttons.svg" />
|
||||
<inline src="resources/img/header/buttons.svg" />
|
||||
|
||||
<div id="viewport"></div>
|
||||
|
||||
|
||||
@ -281,7 +281,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<inline src="../../common/main/resources/img/header/buttons.svg" />
|
||||
<inline src="resources/img/header/buttons.svg" />
|
||||
|
||||
<div id="viewport"></div>
|
||||
|
||||
|
||||
@ -171,7 +171,7 @@
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/common/main/resources/img"
|
||||
"dest": "../deploy/web-apps/apps/documenteditor/main/resources/img"
|
||||
}
|
||||
],
|
||||
"clean": [
|
||||
|
||||
@ -171,7 +171,7 @@
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/common/main/resources/img"
|
||||
"dest": "../deploy/web-apps/apps/presentationeditor/main/resources/img"
|
||||
}
|
||||
],
|
||||
"clean": [
|
||||
|
||||
@ -185,7 +185,7 @@
|
||||
"expand": true,
|
||||
"cwd": "../apps/common/main/resources/img",
|
||||
"src": "**/*.svg",
|
||||
"dest": "../deploy/web-apps/apps/common/main/resources/img"
|
||||
"dest": "../deploy/web-apps/apps/spreadsheeteditor/main/resources/img"
|
||||
}
|
||||
],
|
||||
"clean": [
|
||||
|
||||
Reference in New Issue
Block a user