ignite-html/build-dev.bat

6 lines
137 B
Batchfile

SET BUILD_OPTIMIZE=false
SET BUILD_WEBAPI_ADDRESS=http://localhost:30659
SET BUILD_OUTPUT_DIR=build
call gulp
cordova build android
pause