Commit d2d2f14e authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

move sdk-all.js, native.js, jquery_native.js to folder for test mobile resources

remove FontsFreeType from mobile sdk
parent cc218851
...@@ -2,4 +2,7 @@ CD /D %~dp0 ...@@ -2,4 +2,7 @@ CD /D %~dp0
call npm install -g grunt-cli call npm install -g grunt-cli
call npm install call npm install
call grunt --level=WHITESPACE_ONLY --nomap=true --mobile=true --formatting=PRETTY_PRINT call grunt --level=WHITESPACE_ONLY --nomap=true --mobile=true --formatting=PRETTY_PRINT
move ..\slide\sdk-all.js ..\..\core\test_mobile\sdk-all.js
copy ..\common\Native\native.js ..\..\core\test_mobile\native.js
copy ..\common\Native\jquery_native.js ..\..\core\test_mobile\jquery_native.js
pause pause
\ No newline at end of file
...@@ -151,9 +151,7 @@ ...@@ -151,9 +151,7 @@
], ],
"mobile": [ "mobile": [
"../../web-apps/vendor/xregexp/xregexp-all-min.js", "../../web-apps/vendor/xregexp/xregexp-all-min.js",
"../common/Native/native.js",
"../common/browser.js", "../common/browser.js",
"../common/Native/jquery_native.js",
"../common/Native/Wrappers/memory.js", "../common/Native/Wrappers/memory.js",
"../common/Native/Wrappers/TextMeasurerWrapper.js", "../common/Native/Wrappers/TextMeasurerWrapper.js",
"../common/Native/Wrappers/DrawingStream.js", "../common/Native/Wrappers/DrawingStream.js",
...@@ -169,7 +167,10 @@ ...@@ -169,7 +167,10 @@
"../word/Drawing/ShapeDrawer.js", "../word/Drawing/ShapeDrawer.js",
"../common/Overlay.js", "../common/Overlay.js",
"../slide/Drawing/HtmlPage.js", "../slide/Drawing/HtmlPage.js",
"../slide/Drawing/DrawingDocument.js" "../slide/Drawing/DrawingDocument.js",
"../common/FontsFreeType/font_engine.js",
"../common/FontsFreeType/FontFile.js",
"../common/FontsFreeType/FontManager.js"
], ],
"dst": "../slide/sdk-all.js", "dst": "../slide/sdk-all.js",
"externs": [ "externs": [
......
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