Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created October 21, 2018 21:31
Show Gist options
  • Save jrabbit/49ec5f29767e6f9b51b287a98dd9057a to your computer and use it in GitHub Desktop.
Save jrabbit/49ec5f29767e6f9b51b287a98dd9057a to your computer and use it in GitHub Desktop.
{% if debug %}
<script type="module" src="{% static 'pizza/js/bundle.js' %}"></script>
{% else %}
<script type="module" src="https://storage.googleapis.com/static_final/pizza/js/bundle.js" integrity="sha384-"></script>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment