-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/15775/
-----------------------------------------------------------
(Updated Nov. 29, 2013, 4:55 p.m.)
Review request for cordova.
Changes
-------
Added an e2e test for --src.
Bugs: CB-4153
https://issues.apache.org/jira/browse/CB-4153
Repository: cordova-cli
Description
-------
Add --src & --link to "cordova create".
Both --src and --source are accepted.
The path is passed via the lib.www.uri of the configuration object
that is later written to .cordova/config.json.
Cordova will keep going into child www folder(s) of the provided path.
Diffs (updated)
-----
doc/help.txt 1019200
e2e/create.spec.js 3f1304c
src/cli.js 86477e4
src/create.js 1266b18
Diff: https://reviews.apache.org/r/15775/diff/
Testing
-------
npm test;
cordova -d create TstApp --source=some/www --link
a bunch of other cordova commands in the app
Thanks,
Mark Koudritsky