ignite-html/build-prod.bat

4 lines
65 B
Batchfile
Raw Normal View History

2020-07-26 15:10:12 -07:00
SET BUILD_OPTIMIZE=true
SET BUILD_OUTPUT_DIR=prod
2020-07-26 15:10:12 -07:00
CALL gulp
pause