Add information about how static assets are served

This should help developers new to Notify understand how it works.
This commit is contained in:
Chris Hill-Scott
2018-12-14 16:25:31 +00:00
committed by GitHub
parent 57fe1a4a75
commit a271381f5a

View File

@@ -96,3 +96,12 @@ make freeze-requirements
```
`requirements.txt` should be committed alongside `requirements-app.txt` changes.
## Working with static assets
When running locally static assets are served by Whitenoise at http://localhost:6012/static/…
When running on preview, staging and production theres a bit more to it:
![notify-static](https://user-images.githubusercontent.com/355079/50014775-c6db5e80-ffbc-11e8-9096-de41d97d67bf.png)