-
Notifications
You must be signed in to change notification settings - Fork 14
Description
First, thanks for publishing these rules. They're some of the first third-party Bazel rules I've come across that worked out of the box.
I wanted to make you aware of a project I'm working on (bazel-runfiles-server) that adds livereload support to arbitrary Starlark rules, including the Pandoc ones. It allows users to run a single target with ibazel, edit a source file (e.g. Markdown), and have the rerendered output automatically refreshed in the browser. My repo has a working Pandoc example here.
I think it's too early to integrate this directly into your repo (see ongoing conversation with ibazel maintainers here), but I wanted to reach out in case you had feedback about the API, or even really if this workflow is useful to you or your users.
Feel free to close this (it's more of an FYI than an issue).