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:
parent
77f4117821
commit
a42654a954
@ -53,7 +53,6 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
{% render_bundle 'signin' %}
|
{% render_bundle 'signin' %}
|
||||||
|
@ -14,6 +14,7 @@ config.entry = {
|
|||||||
signin: './assets/js/index',
|
signin: './assets/js/index',
|
||||||
members: './assets/js/members/index',
|
members: './assets/js/members/index',
|
||||||
babelPolyfill: 'babel-polyfill',
|
babelPolyfill: 'babel-polyfill',
|
||||||
|
bikes: './assets/js/bikes/index',
|
||||||
};
|
};
|
||||||
|
|
||||||
// override django's STATIC_URL for webpack bundles
|
// override django's STATIC_URL for webpack bundles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user