diff --git a/static/STATIC_README.md b/static/STATIC_README.md deleted file mode 100644 index 1575caf62015941836aad91ff654c45d68397a56..0000000000000000000000000000000000000000 --- a/static/STATIC_README.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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.