mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
7 lines
221 B
Batchfile
7 lines
221 B
Batchfile
@echo off
|
|
echo node.js and all dependencies must be installed for this script to work.
|
|
echo If this script fails try installing dependencies again.
|
|
REM Build minified assets
|
|
node node_modules/gulp/bin/gulp.js --min
|
|
pause
|