mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 22:53:27 -05:00
Add information about how static assets are served
This should help developers new to Notify understand how it works.
This commit is contained in:
@@ -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 there’s a bit more to it:
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user