evoactivity/ember-svg-jar

An option to remove the input svgs from the sourceDir I gave

Opened this issue · 1 comments

🍩 Feature Request

My input svg files are copied to dist folder anyways.

As I'm going to use svg-jar helper, I don't need those svgs I dropped in the sourceDir. It would be nice, if the addon filters it from app public tree, after svg jar consuming them. In this case, I don't need the svgs I added in public/configuration after build, I only need them for svg-jar.

svgJar: {
      sourceDirs: [
        'public/configuration'
      ]
    }

And I'm not sure whether svg-jar helper is still using those svgs or whether already an option available to filter them. Thanks in advance.

nagi1 commented

hey, I know it's kinda unrelated but I cant copy svg content from the view although i'm using fresh untouched install with couple of icons in the public directory.

what I'm missing here