bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

FEATURE: configurable wait time for file changes #625

Closed featheredtoast closed 6 years ago

featheredtoast commented 6 years ago

Closes #569

Adds a :wait-time-ms option to the figwheel configuration map. Allows a user to tune how long before reloads happen.

I left the old signature for watch! in the event that it was used elsewhere, but I can remove it if it's not needed.

vemv commented 6 years ago

Ace! 🍻