Closed silveoj closed 2 years ago
I use Windows 10. NodeJS 14.17.0,16.9.1 or any version. Python3 (3.*) is installed with PATH environment. With Linux/Mac is ok.
14.17.0
16.9.1
3.*
dist/assets/img includes correctly converted images (webp, jpg) but
dist/assets/img
background-image: url(ccda94791a5285436ba2.png?size=200&format=webp);
dist
png
dist/13aebb007756697c0f96.png
Repo: https://github.com/silveoj/pug-plugin-responsive-loader-issue/tree/responsive-loader-windows-test Branch: responsive-loader-windows-test See result.png.
responsive-loader-windows-test
result.png
I have worked with https://github.com/webdiscus/pug-plugin I supposed issue with this plugin https://github.com/webdiscus/pug-plugin/issues/8 But I have removed pug-plugin and have used only responsive-loader. Issue is still here (see this branch).
pug-plugin
responsive-loader
I found the problem in pug-plugin with a path under windows. I will fix it. This issue here can be closed.
System
I use Windows 10. NodeJS
14.17.0
,16.9.1
or any version. Python3 (3.*
) is installed with PATH environment. With Linux/Mac is ok.Description
dist/assets/img
includes correctly converted images (webp, jpg) butbackground-image: url(ccda94791a5285436ba2.png?size=200&format=webp);
dist
folder contains hashpng
files (1 Kb each, can't open) (parallel with dist JS, CSS, HTML):dist/13aebb007756697c0f96.png
Example
Repo: https://github.com/silveoj/pug-plugin-responsive-loader-issue/tree/responsive-loader-windows-test Branch:
responsive-loader-windows-test
Seeresult.png
.I have worked with https://github.com/webdiscus/pug-plugin I supposed issue with this plugin https://github.com/webdiscus/pug-plugin/issues/8 But I have removed
pug-plugin
and have used onlyresponsive-loader
. Issue is still here (see this branch).