partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 95a2540a3d88df9580fc35dfa015d9f8f69311f1
parent bd45571c83dea5245fc49dd31e889d21dc733801
Author: Timo A. Hummel <felicitus@felicitus.org>
Date:   Mon, 16 Apr 2018 18:35:27 +0200

Fixed paths for the compiled mobile frontend so that they don't overwrite the full "desktop" app

Diffstat:
Msrc/PartKeepr/MobileFrontendBundle/Resources/views/index.html.twig | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/PartKeepr/MobileFrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/MobileFrontendBundle/Resources/views/index.html.twig @@ -46,7 +46,7 @@ {% endjavascripts %} {% endif %} - {% javascripts output='js/compiled/main.js' + {% javascripts output='js/compiled/mobile_main.js' '@PartKeeprFrontendBundle/Resources/public/js/Data/CallActions.js' '@PartKeeprFrontendBundle/Resources/public/js/Data/field/Array.js' '@PartKeeprFrontendBundle/Resources/public/js/Data/HydraModel.js' @@ -64,12 +64,12 @@ - {% javascripts output='js/compiled/models.js' + {% javascripts output='js/compiled/mobile_models.js' 'bundles/doctrinereflection/*' %} <script type="text/javascript" src="{{ asset_url }}"></script> {% endjavascripts %} - {% javascripts output='js/compiled/main2.js' + {% javascripts output='js/compiled/mobile_app.js' '@PartKeeprFrontendBundle/Resources/public/js/ExtJS/Enhancements/Ext.data.Store.getFieldValue.js' '@PartKeeprFrontendBundle/Resources/public/js/Util/i18n.js' '@PartKeeprFrontendBundle/Resources/public/js/Data/store/CurrencyStore.js'