raphinesse opened a new pull request #229: URL: https://github.com/apache/cordova-js/pull/229
### Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here. --> This resolves #169 ### Description <!-- Describe your changes in detail --> This PR - adds an option to the build-tools that can be used to infer all necessary information for a build from a platform's `package.json` - exports the JS API of the cordova-js build-tools so it can be used by platforms (for special use cases, e.g. test builds) - adds a very basic CLI that can be used by platforms instead of the JS API to build cordova.js (e.g. for running from a npm `prepare` hook) ### Testing <!-- Please describe in detail how you tested your changes. --> Manually implemented the new build in electron: https://github.com/raphinesse/cordova-electron/commit/131311ed593b9395dd170b48a5837e1827df077d ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
