commit 3cd72e1cfb4f4165b6154db56b000617be2ea958
parent 95a2540a3d88df9580fc35dfa015d9f8f69311f1
Author: Timo A. Hummel <felicitus@felicitus.org>
Date: Mon, 16 Apr 2018 18:38:11 +0200
Fixed paths for the compiled mobile frontend so that they don't overwrite the full "desktop" app
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/PartKeepr/MobileFrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/MobileFrontendBundle/Resources/views/index.html.twig
@@ -33,13 +33,13 @@
{% endimage %}
{% if debug %}
- {% javascripts output='js/compiled/extjs.js'
+ {% javascripts output='js/compiled/mobile_extjs.js'
'js/packages/extjs6/build/ext-modern-all-debug.js'
%}
<script type="text/javascript" src="{{ asset_url }}"></script>
{% endjavascripts %}
{% else %}
- {% javascripts output='js/compiled/extjs.js'
+ {% javascripts output='js/compiled/mobile_extjs.js'
'js/packages/extjs6/build/ext-modern-all.js'
%}
<script type="text/javascript" src="{{ asset_url }}"></script>