Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down