GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/121
Copy Mobilespec App Template Instead of Linking It Instead of symlinking the mobilespec app template when calling `createmobilespec`, copy the template's contents instead. Justifications for this are: - if files are changed in the created `mobilespec` app, they should not change the template - symlinking doesn't offer an advantage during development since re-running `createmobilespec` is required anyway when plugins are changed - on windows symlinks require Administrator privileges You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-mobile-spec copy-on-create Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-mobile-spec/pull/121.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #121 ---- commit b632f2c8dad42342b6930823c23afb54f0670bac Author: Dmitry Blotsky <dblot...@microsoft.com> Date: 2015-03-07T01:51:09Z Using --copy-from instead of --link-to. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org