ignite-html-website/build-prod.bat

4 lines
65 B
Batchfile
Raw Normal View History

SET BUILD_OPTIMIZE=true
SET BUILD_OUTPUT_DIR=prod
CALL gulp
pause