serverless-package-common icon indicating copy to clipboard operation
serverless-package-common copied to clipboard

Updating symlink target to be the basename of the specified folder

Open ronyis opened this issue 7 years ago • 4 comments

Currently, the plugin supports folders that looks like ../../../<name>, but if the folder needed to include is under a subfolder it won't work.

For example, if the folder to include is ../service1/utils/ the created symlink target will be service1utils.

To fix that, the basename of given folder should be used (the behavior for paths as supported before won't change).

ronyis avatar Aug 02 '18 15:08 ronyis

If you use this library, please fork it, as I doubt it will be maintained in the future. I have left this GitHub organisation.

danbovey avatar Aug 02 '18 17:08 danbovey

Ok, thanks

ronyis avatar Aug 03 '18 09:08 ronyis

@danbovey thanks for jumping in and commenting!! :)

adamonlicar avatar Aug 26 '18 17:08 adamonlicar

@danbovey @adamonlicar As this project is no longer maintained, would you consider transferring the repo to one of the maintainers with a fork? Thanks.

kingtut avatar Mar 31 '22 21:03 kingtut