akoenig / gulp-svg2png

A gulp plugin for converting SVGs to PNGs.
MIT License
54 stars 34 forks source link

Getting an error when trying to run gulp-svg2png #9

Closed Quirksmode closed 9 years ago

Quirksmode commented 10 years ago

Reopening the closed issue as couldn't see a solution and I am having the same problem.

https://github.com/akoenig/gulp-svg2png/issues/2

My details are:

[gulp] CLI version 3.6.0 [gulp] Local version 3.8.10 NPM 2.1.9 Node v0.10.33

agudulin commented 9 years ago

Same problem.

$ gulp --version
[] CLI version 3.8.10
[] Local version 3.8.10

$ npm --version
2.1.18

$ node --version
v0.10.35
Quirksmode commented 9 years ago

My problem was caused by '#' being in the url path e.g. /#files/path/to/files

Removing it fixed it

agudulin commented 9 years ago

@Quirksmode oh, thanks, it helped.

radu-tanasescu commented 8 years ago

All I have in my image names are letters and underscores, it still fails.