-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17553/
-----------------------------------------------------------
(Updated Jan. 30, 2014, 9:37 p.m.)
Review request for cordova.
Changes
-------
added path.resolve on config_json.lib.www
Bugs: CB-5947
https://issues.apache.org/jira/browse/CB-5947
Repository: cordova-cli
Description
-------
If a custom www dir is provided and is a parent or the same as the project dir,
cordova create fails while trying to create an infinite file hierarchy. Detect
and stop in this case.
Diffs (updated)
-----
src/create.js 75b2621
Diff: https://reviews.apache.org/r/17553/diff/
Testing
-------
npm test
cordova create --srouce ...
Thanks,
Mark Koudritsky