Files @ 6bf3d71bffb2
Branch filter:

Location: symposion_app/static/STATIC_README.md

James Polley
Require login for proposal submit

- This has the effect of bouncing people to the login page if they're
unauthenticated, rather than returning a 502 because 'home' doesn't
exist.

- If they're authenticated but don't have a speaker profile, send them
to the speaker profile create page rather than just to the
dashboard.

Closes #26
# 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.