cryogen-project / cryogen-core

Cryogen's core
Eclipse Public License 1.0
69 stars 62 forks source link

Use Hawk in cryogen-core.watcher #66

Closed jstepien closed 8 years ago

jstepien commented 8 years ago

This is a follow-up to PR #46. It replaces the 300ms loop with a file watcher. Hawk is a wrapper around java.nio.file.WatchService coming with proper OS X support.

Now rebuilds should be instantaneous.

lacarmen commented 8 years ago

Oh I remember this :) It works much better on OSX now so I'll merge it in.