Frontmatter
| id | 3782 |
| title | HighlightJS resources |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | Jan 4, 2023, 9:39 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3782 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
right now, we have the resources twice inside the repo, which is not good for maintenance and package file size.
the current approach breaks inside the dist modes:
since the top level resources folder does get copied into dist already, we should move the files there.
@Dinkh