shime / livedown

Live Markdown previews for your favorite editor.
MIT License
765 stars 51 forks source link

Fix live-reload failure for paths that include brackets #39

Closed hcgatewood closed 6 years ago

hcgatewood commented 6 years ago

Bug. Editing markdown files on paths with brackets/parenthesis (e.g. *Dropbox (Personal)*) causes the live-reload feature to fail. Fix. Update the chokidar dependency. This updates their is-glob dependency, which caused the issue. Tests. All tests pass locally. If someone wants to add a regression test that would be 👌🏻

See this previous discussion for more context.

shime commented 6 years ago

Thank you!