ud-annotatrix
ud-annotatrix copied to clipboard
html doesn't compile on Windows
There is a bug in ejs template engine, which mistreats absolute path to templates on Windows as local ones, which cause "File not found" issue.
The fix was proposed, author of the module made changes in the repo. Current status:
- development: patch library, as mentioned above
- production: wait for ejs update in npm.
Build script was fixed in #356, but patching ejs is still required.
By the latest commits in PR #356 up-to-date version of ejs which was recently published on NPM was added to dependencies. The issue is completely fixed.