Skip to content

Version 1.1.25

Compare
Choose a tag to compare
@khalwat khalwat released this 01 Mar 16:38
· 150 commits to develop since this release

Added

  • Added an optional buildchain to both the craft_v3 and craft_v4 projects, which allows you to spin up a Vite buildchain; see the Makefile for available commands. This is for frontend testing.

Changed

  • Remove optimize-autoloader in composer.json to speed up composer installs in local dev (#16)
  • Added stop_grace_period: "1s" to the services that have long-running processes in the docker-compose.yaml
  • Rename the docker-config/ directory to .docker-config/ so it is tucked away
  • Ensure permissions are set properly on the entire project in composer_install.sh prior to doing a composer install