shakyShane / gulp-svg-sprites

Create SVG sprites or compile to <symbols>
MIT License
334 stars 45 forks source link

Dependency on Python #51

Closed thasmo closed 8 years ago

thasmo commented 10 years ago

We noticed that the newer versions have a dependency on node-gyp and Python. Out of curiosity, what is node-gyp used for?

shakyShane commented 10 years ago

I use svg-sprite-data & that has a dependency on libxmljs - this is where that dependency comes from.

I would rather not use that lib if possible, I'm open to any contributions that can remove it :)

thasmo commented 10 years ago

Some earlier versions didn't depend on it, or am I wrong? I guess Linux/Mac is not a problem because Python comes pre-installed, but on Windows it's just another dependency to install. Not a big problem, just a little bit annoying but I understand that it's probably a needed dependency.

soenkekluth commented 8 years ago

libxml is removed / replaced in the current version.

thasmo commented 8 years ago

Nice to see progress being made here! :)