ud-annotatrix icon indicating copy to clipboard operation
ud-annotatrix copied to clipboard

html doesn't compile on Windows

Open yaskevich opened this issue 5 years ago • 3 comments

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.

yaskevich avatar Jun 02 '19 19:06 yaskevich

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.

yaskevich avatar Jun 02 '19 19:06 yaskevich

Build script was fixed in #356, but patching ejs is still required.

yaskevich avatar Jun 02 '19 20:06 yaskevich

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.

yaskevich avatar Jun 26 '19 19:06 yaskevich