carlos8f / buffet

Performance-oriented static file server
http://carlos8f.github.com/node-buffet
190 stars 12 forks source link

Watch fails to properly update cache on Windows #17

Closed Akkuma closed 10 years ago

Akkuma commented 10 years ago

Currently glob normalizes all filepaths to be /, but in saw we get the OS specific path separator. This causes a new cache entry to be created rather than actually updating the correct key.

carlos8f commented 10 years ago

Thank you, I didn't know that glob normalizes the separator. Published v0.6.4 with your commit merged in.