I use NetBeans 7.4 to build an HTML5 bases web app, where the application loads the cordova.js from /js:
<script type="text/javascript" src="js/cordovaAndroid.js"></script>
this cordovaAndroid.js
(standard cordova.js for android platform) automatically loads an file called cordava_plugins.js
from webroot: /
So my question is: how and where can i change the path for this plugin file?
I know, that this is possible by changing the js/cordovaAndroid.js
But in this case, I have to remember that cahnge after every update of the cordova.js
. I think: hacking an 3rd party product is not an good idea.
You no need to adjust this file because it automatically added into your project after you build your cordova project.