mnussbaumer / cssex

An Elixir based and opinionated way to write CSS
MIT License
20 stars 0 forks source link

Refactored the file watcher should now work 100% and take care of rem… #24

Closed mnussbaumer closed 3 years ago

mnussbaumer commented 3 years ago

Refactored the file watcher should now work 100% and take care of removing dependencies that are removed from stylesheets while running

Added buffering to the file watcher

Fixed the line reporting issues, one place is still adding further l:c: information to the error msg but the correct line is displayed as well

Fixed race condition due to the naming of the temporary file while parsing directly into a file by adding a random string, but at the same time, with buffering on the watcher it shouldn't happen anyway

Typo on the readme.md

Fixed the two last test files that weren't being cleaned up on exiting