ef4 / ember-browserify

ember-cli addon for easily loading CommonJS packages from npm via browserify.
MIT License
172 stars 28 forks source link

Prevent Windows from watching root path on Windows due to case sensitive matching #19

Closed johnnyshields closed 9 years ago

johnnyshields commented 9 years ago

Fixes #17.

I've opted for a minimally intrusive approach here just correcting the problem specific to Windows drive letters. Another simpler option would be to call .toLowerCase() on both strings but may have unintended side-effects on case-sensitive drive systems.

ef4 commented 9 years ago

:+1:

johnnyshields commented 9 years ago

Thanks for merging, appreciate if you can cut a new release soon.

ef4 commented 9 years ago

Published as 0.6.1.