Missing local css and js resources in build version
Missing local css and js resources in build version
Hi together
I use local css and js resource file.
In Preview it looks fine.
But when I build and install it on mobile, looks like resource will not be loaded.
Style and function doesn't work.
Folder structure:
index.html
\resources
\css
machine.css
\js
\OpenLayers-2.12
OpenLayers.mobile.js
Resoucre declaration in Architect:
./resources/css/machine.css
./resources/js/OpenLayers-2.12/OpenLayers.mobile.js
What do I wrong?
I don't know, it is a Architecht or Touch problem.
Be sure that you're updating the index.html file to include these files. Architect 2.2 will take care of this for you but until then you'll have to do that manually.