Files @ 0eda616345b9
Branch filter:

Location: symposion_app/static/STATIC_README.md

Scott Bragg
Rooms have optional track names, access schedule by day via URL (#87)

* Optional track name with room name on schedule, access schedule by day eg /schedule/?day=Monday

* Changed to using a Track model rather than a char field
# Static Media

We are using `gulp` and `npm` for our static build process.

Do NOT edit anything in the `dist/` directory.

Local development uses media from `dist/` and we are firm believers in building
static assets and committing them to the repo before deployments. This way we
always are testing and exercise exactly what will be served in production. It
also makes our deployment simpler.