ignite-html/build-dev.bat

4 lines
65 B
Batchfile
Raw Normal View History

2020-07-26 15:10:12 -07:00
SET BUILD_OPTIMIZE=false
SET BUILD_OUTPUT_DIR=dev
2020-07-26 15:10:12 -07:00
call gulp
pause