Skip to content

Drop support for linking (§8) #26

@raphinesse

Description

@raphinesse

From @raphinesse on July 5, 2018 9:4

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 apache/cordova-discuss#49 (comment). Support was then removed in apache/cordova-lib#456 and re-added in 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 apache/cordova-discuss#89

Copied from original issue: apache/cordova-discuss#104

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions