Commit 969588ec authored by Boris Kocherov's avatar Boris Kocherov

erp5.json fix paths

parent 1eaf1e84
......@@ -9,26 +9,26 @@
{
"prefix": "onlyoffice/",
"paths": [
"apps/common/main/lib",
"apps/documenteditor/main/app",
"apps/documenteditor/main/locale",
"apps/presentationeditor/main/app",
"apps/presentationeditor/main/locale",
"apps/spreadsheeteditor/main/app",
"apps/spreadsheeteditor/main/locale"
"apps/common/main/lib/",
"apps/documenteditor/main/app/",
"apps/documenteditor/main/locale/",
"apps/presentationeditor/main/app/",
"apps/presentationeditor/main/locale/",
"apps/spreadsheeteditor/main/app/",
"apps/spreadsheeteditor/main/locale/"
]
},
{
"prefix": "onlyoffice/",
"delete_path_part": "deploy/web-apps/",
"paths": [
"deploy/web-apps/apps/common/main/resources/img",
"deploy/web-apps/apps/documenteditor/main/resources/css",
"deploy/web-apps/apps/documenteditor/main/resources/img",
"deploy/web-apps/apps/presentationeditor/main/resources/css",
"deploy/web-apps/apps/presentationeditor/main/resources/img",
"deploy/web-apps/apps/spreadsheeteditor/main/resources/css",
"deploy/web-apps/apps/spreadsheeteditor/main/resources/img"
"deploy/web-apps/apps/common/main/resources/img/",
"deploy/web-apps/apps/documenteditor/main/resources/css/",
"deploy/web-apps/apps/documenteditor/main/resources/img/",
"deploy/web-apps/apps/presentationeditor/main/resources/css/",
"deploy/web-apps/apps/presentationeditor/main/resources/img/",
"deploy/web-apps/apps/spreadsheeteditor/main/resources/css/",
"deploy/web-apps/apps/spreadsheeteditor/main/resources/img/"
]
}
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment