4 lines
69 B
Batchfile
4 lines
69 B
Batchfile
|
SET BUILD_OPTIMIZE=false
|
||
|
SET BUILD_OUTPUT_DIR=dev
|
||
|
call gulp run
|
||
|
pause
|