nparashuram / cordova-plugin-browsersync

BrowserSync Plugin for Cordova
110 stars 69 forks source link

Fix CORS, update all dependencies, modify manifest.json/config.xml before dev server #43

Closed awwong1 closed 6 years ago

awwong1 commented 7 years ago

I've tested these changes in my cordova project, which is available at /udia-software/phaser-cordova-es6.

I updated all the dependencies, added a david-dm badge to the README, and added a prepatch step which updates the manifest.json and config.xml files before the development server is launched.

Addresses https://github.com/nparashuram/cordova-plugin-browsersync/issues/25, https://github.com/nparashuram/cordova-plugin-browsersync/issues/31