You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When this is scaffolded in a new project, these become regular files. That's not desirable since my users ought to end up with symlinks, they don't want the content of these things to diverge over time.
Maybe symlinks could always be preserved, or there could be a new option for this?
Thanks!
The text was updated successfully, but these errors were encountered:
This sounds good for me! I'm not sure if this should be an option in the scaffold.yaml file or a command line flag. I'm thinking probably a command line flag?
Happy to accept a PR on this one, it might be some time before I can get to it.
My scaffold has a tools/ folder with a bunch of utilities, they are all symlinks to one script (because Bazel will fetch them behind-the-scenes)
(see https://github.com/aspect-build/aspect-workflows-template/tree/main/%7B%7B%20.ProjectSnake%20%7D%7D/tools)
When this is scaffolded in a new project, these become regular files. That's not desirable since my users ought to end up with symlinks, they don't want the content of these things to diverge over time.
Maybe symlinks could always be preserved, or there could be a new option for this?
Thanks!
The text was updated successfully, but these errors were encountered: