markfinger / unfort

Development-oriented build tool for the web
MIT License
74 stars 1 forks source link

Case-insensitive paths cause the file watcher to ignore changes #117

Open markfinger opened 8 years ago

markfinger commented 8 years ago

Given foo.js import as ./Foo.js, the file watcher will never trigger a change notification.

For broader context, this is a recurring problem across most build tools. Might be worth a poke around to see how other tools handle it.