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
Post a Comment