rkotze / eye_drops

Configurable Elixir mix task to watch file changes and run the corresponding command.

Home Page:https://hex.pm/packages/eye_drops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick succession of file saves only runs first save

RichardKotze opened this issue · comments

When a file is saved the tasks are kicked off but if a save takes place while the tasks are running that save is not tracked.

Every file save should be captured and the tasks run.