Skip to content

Instantly share code, notes, and snippets.

@abheist
Last active April 3, 2020 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abheist/bd7fb5199b57d7d80af54166ecd8ad46 to your computer and use it in GitHub Desktop.
Save abheist/bd7fb5199b57d7d80af54166ecd8ad46 to your computer and use it in GitHub Desktop.
<script type="type/javascript" src="{% static 'frontend/dist/runtime.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/polyfills.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/styles.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/vendor.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/main.js' %}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment