apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 210 forks source link

Ensure that the platform.js file is also copied over #77

Closed shankari closed 8 years ago

shankari commented 8 years ago

Otherwise, I get an error at this location: https://github.com/apla/me.apla.cordova.app-preferences/blob/master/www/apppreferences.js#L5 since the require fails

I am not sure why nobody else is running into this, but I checked the generated platform directories and did not find platform.js before this fix.