Skip to content

Instantly share code, notes, and snippets.

@abheist
Created April 3, 2020 08:10
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/5f4b742030b06d47f09605c97d211d97 to your computer and use it in GitHub Desktop.
Save abheist/5f4b742030b06d47f09605c97d211d97 to your computer and use it in GitHub Desktop.
Angular compiled file
<script type="type/javascript" src="{% static 'frontend/dist/runtime-es2015.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/polyfills-es2015.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/styles-es2015.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/vendor-es2015.js' %}"></script>
<script type="type/javascript" src="{% static 'frontend/dist/main-es2015.js' %}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment