ignite-html-website/build-dev.bat

4 lines
65 B
Batchfile
Raw Normal View History

SET BUILD_OPTIMIZE=false
SET BUILD_OUTPUT_DIR=dev
call gulp
pause