moved Angular routes to separate module; load Webpack bundle before other main scripts
This commit is contained in:
parent
8dc9cf21d7
commit
615e233671
14 changed files with 186 additions and 167 deletions
|
@ -64,8 +64,6 @@
|
|||
|
||||
{% endblock %}
|
||||
|
||||
<script src="/static/js/build/bundle.js"></script>
|
||||
|
||||
{% for script_path, cache_buster in main_scripts %}
|
||||
<script src="/static/{{ script_path }}?v={{ cache_buster }}"></script>
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue