You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assets are not rendered in generated pdf when defined in .pug files like below:
h1 Image should be rendered below
img(src='assets/image.jpg')//- Uncomment to fix//- img(src='./../src/assets/image.jpg')
style
include:scss test.scss
So basically if asset cannot be rendered in .htm file, it will not be generated in pdf. Should not be path to assets somehow rewired when --temp option is used?
The text was updated successfully, but these errors were encountered:
Hey,
Reproduction repo: https://github.com/hinok/relaxed-broken-assets
By using
--temp
option likeassets are not rendered in generated pdf when defined in
.pug
files like below:So basically if asset cannot be rendered in
.htm
file, it will not be generated in pdf. Should not be path to assets somehow rewired when--temp
option is used?The text was updated successfully, but these errors were encountered: