svg - SVG2PNG - src path is copied into my destination path -



svg - SVG2PNG - src path is copied into my destination path -

hello using grunt re-create svg's , convert them pngs placed in different folder whats happening getting exact same folder path src path within destination path.

svg2png: { all: { files: [ // rasterize svg files in "img" , subdirectories "img/png" { expand: true, src: ['solution/website/_source/svg_sprite/**.svg'], dest: 'solution/website/_clientv2/images/icons-main/' } ] } },

this task.

svg gruntjs

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -