rabidaudio / gulp-inline-image-html

Gulp task inlining images in HTML
MIT License
9 stars 8 forks source link

Check for file existence does consider directory #6

Open Garwin4j opened 5 years ago

Garwin4j commented 5 years ago

The problem with 0.2.2 this is that it doesn't check the file existence in reference to the directory, so if my file is 'logo.jpg' this will always be false if the file is at '/assets/logo.jpg' (assets being specified via dir).

rabidaudio commented 4 years ago

I'm not quite sure I understand the issue. Could you send me an example gulp task configuration? If so I might be able to make a test case and fix the issue