2015-10-16 17:53:02 +00:00
|
|
|
# Static Media
|
|
|
|
|
2016-02-27 23:23:35 +00:00
|
|
|
We are using `gulp` and `npm` for our static build process.
|
2015-10-16 17:53:02 +00:00
|
|
|
|
|
|
|
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.
|