site.js is now not part of the pipeline

This commit is contained in:
Christopher Neugebauer 2017-06-07 15:11:54 -07:00
parent a99996bf85
commit c4c2379a5e
5 changed files with 6 additions and 13 deletions

View file

@ -1 +1,6 @@
<script src='/site_media/static/js/site-92ae8d0d6c.js'></script> {% load compress %}
{% load staticfiles %}
{% compress js %}
<script src='{% static "js/site.js" %}'></script>
{% endcompress %}

View file

@ -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.

View file

@ -1 +0,0 @@
<script src='{{ assetPath "js/site.js" }}'></script>

View file

@ -1 +0,0 @@
<link href='{{ assetPath "css/site.css" }}' rel='stylesheet' />