deliciousinsights / fb-flo-brunch

Dead-simple live injection of Brunch-built CSS/JS files in the browser
MIT License
22 stars 0 forks source link

Do not use the fb-flo watcher, directly hook into onCompile #2

Closed istr closed 1 year ago

istr commented 9 years ago

I experimented with this plugin -- thanks a lot for providing it. However using a secondary watcher leads to a significant lag between the moment when compilation finishes and the moment fb-flo's watcher notices the file change (at least on linux machines).

So I would deem hooking into onCompile a superior solution. When fb-flo upstream accepted my pull request to make starting a watcher optional this could be achieved with this PR.

istr commented 8 years ago

Upstream accepted my PR and tagged a new release.

istr commented 1 year ago

RIP fb-flo. :latin_cross: Closing.