diff --git a/update.bat b/update.bat new file mode 100644 index 0000000..31a2f5a --- /dev/null +++ b/update.bat @@ -0,0 +1,7 @@ +@REM Pulls from Master and refreshes the cache +call git pull +call php bin/console cache:clear +call php bin/console cache:pool:prune +call php bin/console cache:warmup +echo Update complete and changes should now be visible. If not, you may need to recycle application pools. +pause \ No newline at end of file