Commit 3aa0ad5e authored by Oleg Korshul's avatar Oleg Korshul

.bat file for native build

parent 338fbd5f
CD /D %~dp0
call npm install -g grunt-cli
call npm install
call grunt build_webpowerpoint --level=WHITESPACE_ONLY --mobile=true --formatting=PRETTY_PRINT
copy /b ..\slide\sdk-all-min.js + ..\slide\sdk-all.js ..\..\core\test_mobile\script.bin
rem call grunt --level=WHITESPACE_ONLY --mobile=true --formatting=PRETTY_PRINT
call grunt --level=ADVANCED --mobile=true
copy /b ..\word\sdk-all-min.js + ..\word\sdk-all.js ..\..\core\build\jsnative\word\script.bin
copy /b ..\cell\sdk-all-min.js + ..\cell\sdk-all.js ..\..\core\build\jsnative\cell\script.bin
copy /b ..\slide\sdk-all-min.js + ..\slide\sdk-all.js ..\..\core\build\jsnative\slide\script.bin
xcopy /s ..\..\core\build\jsnative ..\..\core-ext\resources_native\jsnative\
pause
\ 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