winton / stasis

Static sites made powerful
http://stasis.me
MIT License
679 stars 56 forks source link

Adding OSX fsevent support (looking for advice)... #68

Closed phallstrom closed 11 years ago

phallstrom commented 11 years ago

I've been using stasis for awhile now and wanted to add fsevent support (https://github.com/thibaudgg/rb-fsevent) automatically in dev mode if available to replace the DirectoryWatch which best I can tell, polls the HDD...

I can do the work, but would like to know if you have preferences for how it gets added in. Specific option? Automatically looked for? Anything else?

phallstrom commented 11 years ago

Here's my stab at it. Against 0.1.23 (had some issues with 2-pre I didn't want to deal with just now):

https://gist.github.com/3955860

phallstrom commented 11 years ago

Closing this and replacing it with a pull request.