Anyone know why Meteor puts all the script file directives in the <head> section for cordova?
Was this on purpose or just an oversight? Seems like it was intentional…
Relevant code is in template-web.browser.js & template-web.cordova.js.
You can see that for web.browser* <script> directives are put in the <body> but for web.cordova <script> directives are put in the <head>.
Is there some reason cordova my prefer this? Maybe cordova-plugin-meteor-webapp requires it? All the tests assume the <head> is getting loaded with <script> directives…