Frontmatter
| id | 3590 |
| title | buildScripts/buildThemes: app folders inside the workspace evn |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Dec 11, 2022, 2:23 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3590 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
Right now, the theme build will first parse all files within the neo repo (node module) and afterwards parse all files within the workspace.
The result is, that the CSS output will also include the
appsfrom within the neo repo itself. While it is not a big deal, since apps won't use these CSS files, they should get excluded.