Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpogue/cb-13797
Example test case for Cordova issue CB-13797
https://github.com/dpogue/cb-13797
Last synced: 13 days ago
JSON representation
Example test case for Cordova issue CB-13797
- Host: GitHub
- URL: https://github.com/dpogue/cb-13797
- Owner: dpogue
- Created: 2018-02-13T04:31:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T04:31:28.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T09:46:02.303Z (2 months ago)
- Language: CSS
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CB-13797 Example
================Steps to reproduce
------------------```
npm install
./node_modules/.bin/cordova prepare --verbose
```Notes
-----* All dependencies are tracked **only** in package.json, not in config.xml
* Running `cordova prepare` will cause platforms/plugins to be added to
config.xml, so make sure you're starting with no changes to that file