Skip to content

Commit 2a0e5e1

Browse files
authored
Merge pull request #178 from w3c/update/readme-development
Add note about merging work into the development branch in order to test on the development server
2 parents b845418 + 7909777 commit 2a0e5e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ handle `@W3CWebsiteTemplates`. E.g.
6767
{% extends '@W3CWebsiteTemplates/base.html.twig' %}
6868
```
6969

70+
71+
### Note on development deployments
72+
73+
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.
74+
7075
### Overriding the templates
7176

7277
Templates can be overridden in the `templates/bundles/w3cwebsitetemplates/` directory in your

0 commit comments

Comments
 (0)