1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Split up bundles.

This commit is contained in:
Drew Larson 2017-01-04 21:59:44 -06:00
parent 77f4117821
commit a42654a954
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,6 @@
</div>
{% endblock %}
{% block content %}
<div id="root"></div>
{% render_bundle 'signin' %}

View File

@ -14,6 +14,7 @@ config.entry = {
signin: './assets/js/index',
members: './assets/js/members/index',
babelPolyfill: 'babel-polyfill',
bikes: './assets/js/bikes/index',
};
// override django's STATIC_URL for webpack bundles