cordova javascript phonegap requirejs windows-phone
Cordova/PhoneGap and RequireJS both contain:
define
require
Basically RequireJS won't import dependencies without uglifying your JavaScript into one file including RequireJS (or another loader such as Almond).
I've posted an example RequireJS build config file here. It assumes your main module is called bootstrap.
Hopefully this will help you.