NodeBB / NodeBB/nodebb-plugin-emoji
absolute symlinks for dirs android and customizations (should be relatives ?)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 33
- Avg merge
- 8h 5m
- Merged PRs (30d)
- 3
Description
These dirs are absolute symlinks in nodebb-plugin-emoji and I think they should be relative (I need to remove/recreate them on every copy between my Prod and my Dev environments...) :
In nodebb/node_modules/nodebb-plugin-emoji/build/emoji :
android -> /home/myname/nodebb/node_modules/emoji-datasource-google/img/google/64
customizations -> /home/myname/nodebb/public/uploads/emoji
Is it possible to have these symlinks created relatives (to the nodebb or plugin dir) by your plugin ? Thanks.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the plugin/build process that creates the symlinks under nodebb/node_modules/nodebb-plugin-emoji/build/emoji, focusing on android and customizations. Verify that the generated links remain valid when copied between environments and no longer embed /home/myname paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100