From 7909777430095ffe5b6f17d23818f284685748e4 Mon Sep 17 00:00:00 2001 From: JamieC24 Date: Wed, 27 Aug 2025 09:56:52 +0100 Subject: [PATCH] Add note about merging work into the development branch in order to test on the development server --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a6b3e572..67b68a9e 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,11 @@ handle `@W3CWebsiteTemplates`. E.g. {% extends '@W3CWebsiteTemplates/base.html.twig' %} ``` + +### Note on development deployments + +If you're testing work to the development server, please ensure that you have merged your work into the `development` branch first. This is because the frontend codebase on the development server will reference the development branch when it includes this repo in composer. + ### Overriding the templates Templates can be overridden in the `templates/bundles/w3cwebsitetemplates/` directory in your