Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use browser-sync instead of docsify-cli to serve docs on local #157

Merged
merged 3 commits into from
May 3, 2019

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented May 3, 2019

While editing document by yarn docs command, hot-reload in many pages by docsify-cli won't work because it does not support SPA.

Instead, we will use browser-sync to serve docsify on local with the hot reload support.

In addition, it reduce the dependency of remark in docisfy-cli with the version that has reported vulnerability. (It cannot remove resolution for remark because jsdoc is still using the old remark)

@yhatt yhatt merged commit f91cfaf into master May 3, 2019
@yhatt yhatt deleted the improve-docsify-command branch May 3, 2019 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant