alphagov / data-standards-authority

Collaboration space for working on data standards and guidance for the DSA
https://alphagov.github.io/data-standards-authority/
Other
24 stars 11 forks source link

Remove requirement to run `rake build` / `rsync`s when changing `content` #110

Open jamietanna opened 2 years ago

jamietanna commented 2 years ago

When developing locally, and making changes to files in the content directory, we need to either run a rake build while the site is running locally, or manually copy the files.

This leads to a "I've edited this file, why isn't it updating?!?!?" which can be a little frustrating.

We should be able to handle it i.e. with symlinks.

Courtesy of my last 10 minutes!