Frontmatter
| id | 3119 |
| title | SCSS file watcher |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | May 31, 2022, 7:21 PM |
| updatedAt | Jun 7, 2022, 4:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3119 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 7, 2022, 4:24 PM |
SCSS file watcher

tobiu
Jun 1, 2022, 3:48 PM
we can not use scss -watch: https://sass-lang.com/guide
since this is just a small part of our logic.
this one looks perfect though: https://nodejs.org/docs/latest/api/fs.html#fswatchfilename-options-listener
tobiu closed this issue on Jun 7, 2022, 4:24 PM
this topic came up frequently and should get a high priority.
currently, each scss file change requires
npm run build-themes. we can limit it to dev mode and use css vars, but this is still too slow.for a file-watcher, we will most likely need to stick to the css vars based env, but this seems fair (we can switch to the other mode once done).