hasharray / liveflow.js

Live Editing for Node.js and Browsers
https://liveflow.js.org
15 stars 2 forks source link

Add configuration options #17

Closed caspervonb closed 8 years ago

caspervonb commented 8 years ago

This adds watch interval, filename exclude and include patterns as options. For node this means environment variables prefixed with NODE, for browsers it means data- attributes.

Closes #10