Closed nobels closed 3 years ago
Hi @nobels, thanks for the report. At the moment, image embedding only works for local images. Not sure what it would take to support http urls, but I suppose the current implementation build.js#L37 has to change to a custom implementation. That means we'd get rid of the current gulp plugin, gulp-inline-images-no-http
I'll keep this as a feature request, and have a think about it. Feel free to pick it up, if you have any suggestions regarding the implementation :)
Hi there, please provide some info about your enviornment before submiting this issue:
[23:06:58] Starting 'run-pipeline'... [23:06:58] Starting 'dupe'... [23:06:58] Finished 'dupe' after 153 ms [23:06:58] Starting 'less'... [23:06:58] Finished 'less' after 11 ms [23:06:58] Starting 'sass'... [23:06:58] Starting 'dupe'... [23:06:58] Finished 'dupe' after 154 ms [23:06:58] Starting ''...
[23:06:58] Finished '' after 9.78 ms
[23:06:58] Finished 'sass' after 166 ms
[23:06:58] Starting 'postcss'...
[23:06:58] Finished 'postcss' after 34 ms
[23:06:58] Starting 'lint'...
[23:06:58] Finished 'lint' after 15 ms
[23:06:58] Starting 'build'...
[23:06:58] Finished 'build' after 21 ms
[23:06:58] Starting 'check-for-unused'...
� 2 unused properties in ns: logoUrl2, logoTwitter
[23:06:58] Finished 'check-for-unused' after 79 ms
[23:06:58] Finished 'run-pipeline' after 489 ms
[23:06:58] Plumber found unhandled error:
Error: write callback called multiple times
[23:06:58] Plumber found unhandled error:
Error: write callback called multiple times
even in my config the value is there:
If I remove the src -> it works. add it back -> error Changed the source to external image -> error When i add other image -> error When i use existing image link (first image) -> error
So i don't understand why it's not rendering correct.