mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Monitoring does not work on a case-sensitive file system on a Mac #76

Closed andreyvit closed 13 years ago

andreyvit commented 13 years ago

If the file system is formatted as case-sensitive, no changes are ever found. (Note that many other apps have problems in this configuration, including Xcode, so maybe just declare that it is not supported.)

NV commented 13 years ago

I'm not following. It seems to work well for me. I edit my stuff in /Users/nv/Sites/somesite.com/public/ and I neved had this problem.

andreyvit commented 13 years ago

Are you on a case-sensitive FS?

NV commented 13 years ago

I just checked:

mkdir a
mkdir A
mkdir: A: File exists

So I'm not.

andreyvit commented 13 years ago

Actually I looked at this bug recently, and I was not on a case-sensitive FS either. File system notifications were just broken for some folders, somehow. After doing some renaming/moving magic those work again. So I believe this issues is unrelated to LR.