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

Improve hot reload process for Asciidoctor #6

Open
HarshKapadia2 opened this issue Dec 15, 2021 · 0 comments
Open

Improve hot reload process for Asciidoctor #6

HarshKapadia2 opened this issue Dec 15, 2021 · 0 comments
Labels
CI/CD Issues related to CI/CD enhancement New feature or request

Comments

@HarshKapadia2
Copy link
Member

  • Nodemon hotreloads the JS changes.
  • The Asciidoctor summary files are not watched by Nodemon and the build is not triggered every time a .adoc file changes. The Asciidoctor build script runs just once when npm test run is executed.
  • Maybe use something like Chokidar to watch over the summary directory and run the build script every time a .adoc file changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Issues related to CI/CD enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant