Files
sdkjs/build/build-desktop.bat
Alexander.Trofimov df2b56aa14 add build desktop
2016-05-19 13:46:15 +03:00

6 lines
250 B
Batchfile

CD /D %~dp0
call npm install -g grunt-cli
call npm install
call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --desktop=true --formatting=PRETTY_PRINT
rem call grunt --level=WHITESPACE_ONLY --nomap=true --private=true --desktop=true
pause