Created
October 21, 2018 21:31
-
-
Save jrabbit/49ec5f29767e6f9b51b287a98dd9057a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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