Add support 2 font engines

This commit is contained in:
Oleg Korshul 2019-03-27 13:58:26 +03:00
parent cd6088c338
commit 64072feb72

View file

@ -16,7 +16,9 @@
"cwd": "../../sdkjs/common/", "cwd": "../../sdkjs/common/",
"src": [ "src": [
"Images/*", "Images/*",
"Native/*.js" "Native/*.js",
"libfont/js/fonts.*",
"libfont/wasm/fonts.*"
], ],
"dest": "../deploy/sdkjs/common/" "dest": "../deploy/sdkjs/common/"
}, },