site.js is now not part of the pipeline
This commit is contained in:
parent
a99996bf85
commit
c4c2379a5e
5 changed files with 6 additions and 13 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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.
|
|
|
@ -1 +0,0 @@
|
||||||
<script src='{{ assetPath "js/site.js" }}'></script>
|
|
|
@ -1 +0,0 @@
|
||||||
<link href='{{ assetPath "css/site.css" }}' rel='stylesheet' />
|
|
Loading…
Reference in a new issue