moved modules to typescript. Tell Webpack to use global window.angular object in order to migrate components gradually into bundle

This commit is contained in:
alecmerdler 2017-01-19 00:53:38 -08:00
parent d5a74af024
commit c55e9f2d12
15 changed files with 590 additions and 505 deletions

View file

@ -64,6 +64,8 @@
{% 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 %}