Update docs

This commit is contained in:
Ari Timonen 2020-04-18 07:39:36 +03:00
parent f9928abcf1
commit 49e9b3524c

View file

@ -88,6 +88,7 @@ Read this to understand design decisions and follow them!
* In production/staging etc. assets are precompiled and stored. Entry script can do this.
* The public folder is a mix of auto-generated data (assets), static data (images) and user-generated data (avatars/files etc.).
* No app folder in repo outside public is supposed to shared by webserver.
1. Do not comment out tests that are taken out of use temporarily but use **skip**
## Tags in code