Commit c95c52d8 authored by Boris Kocherov's avatar Boris Kocherov

add erp5 package description files

exlude not used paths
add dependence from erp5_officejs_onlyoffice_fonts
add erp5_officejs dependency
exclude common/externs/
use upstream empty wordeditor document
gitignore: add jekyll temp folder
improve gadget_loader now it used build config file
rename _xlfnFunctions.js to xlfnFunctions.js
parent 2c60554f
......@@ -14,3 +14,4 @@ common/Images/fonts_thumbnail.png
common/Images/fonts_thumbnail@2x.png
*~
.DS_Store
\_site/
......@@ -95,7 +95,6 @@
"../common/easysax.js",
"../common/openxml.js",
"../cell/document/empty-workbook.js",
"../cell/model/UndoRedo.js",
"../cell/model/clipboard.js",
"../cell/model/autofilters.js",
......@@ -103,7 +102,7 @@
"../cell/graphics/pdfprinter.js",
"../cell/model/ConditionalFormatting.js",
"../cell/model/FormulaObjects/parserFormula.js",
"../cell/model/FormulaObjects/_xlfnFunctions.js",
"../cell/model/FormulaObjects/xlfnFunctions.js",
"../cell/model/FormulaObjects/dateandtimeFunctions.js",
"../cell/model/FormulaObjects/engineeringFunctions.js",
"../cell/model/FormulaObjects/cubeFunctions.js",
......
{
"name": "erp5_officejs_onlyoffice_sdkjs",
"description": "sdkjs - core of OnlyOffice project.",
"authors": [
"Ascensio System SIA 2017"
],
"license": "GNU AGPL v3.0",
"dependencies": [
"erp5_officejs",
"erp5_officejs_onlyoffice_fonts"
],
"scopes": [
{
"prefix": "onlyoffice/sdkjs/",
"paths": [
"build/configs/",
"common/",
"cell/",
"word/",
"slide/"
],
"excluded_paths": [
"word/sdk-all-min.js",
"word/sdk-all.js",
"cell/sdk-all-min.js",
"cell/sdk-all.js",
"slide/sdk-all-min.js",
"slide/sdk-all.js",
"common/externs/",
"common/FontsFreeType/Private/",
"cell/model/FormulaObjects/PegJs/",
"cell/model/FormulaObjects/Ebnf-Visualizer/",
"cell/document/",
"word/document/editor.js",
"slide/document/"
]
}
]
}
\ No newline at end of file
---
---
CACHE MANIFEST
CACHE:
{% assign s_files = site.static_files | where_exp: "file", "file.exclude != true" %}{% for file in s_files %}{{ file.path | remove_first: "/"}}
{% endfor %}
\ No newline at end of file
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