diff options
Diffstat (limited to 'sparkyRun.bat')
-rw-r--r-- | sparkyRun.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sparkyRun.bat b/sparkyRun.bat new file mode 100644 index 0000000..1c09d2c --- /dev/null +++ b/sparkyRun.bat @@ -0,0 +1,4 @@ +@echo OFF +ECHO. ******Running Sparky****** +call gulp build --max-old-space-size=8192 +call gulp --max-old-space-size=8192 |