Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cordova-create] Drop support for linking (§8) #104

Closed
raphinesse opened this issue Jul 5, 2018 · 1 comment
Closed

[cordova-create] Drop support for linking (§8) #104

raphinesse opened this issue Jul 5, 2018 · 1 comment

Comments

@raphinesse
Copy link

Current situation

Ignoring all special cases discussed in #103, cordovaCreate w/ enabled link option will

  • symlink folders www, merges and hooks
  • symlink the file config.xml

Pain Points

Proposal

Drop it. 🔥

It seems it was planned to remove --link-to before #49 (comment). Support was then removed in apache/cordova-lib#456 and re-added in apache/cordova-create@79cace5 addressing https://issues.apache.org/jira/browse/CB-11623 which is still open because the current implementation apparently still not satisfies the reporter's requirements. 😒

The reporter's requirements are to create a cordova project with www linking to some existing web app. This could be easily achieved by running

$ cordova create bin com.example.domain APPNAME
$ rm -r bin/www && ln -sr www bin/www

instead of

$ cordova create bin com.example.domain APPNAME --link-to=www

Evolved from #89

@raphinesse
Copy link
Author

This issue was moved to apache/cordova-create#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant