chrisathook / display-standard-previewer

GNU General Public License v3.0
6 stars 1 forks source link

SVGs inside _Assets aren't being ignored #13

Open ryan-quinn opened 6 years ago

ryan-quinn commented 6 years ago

SVGs inside the /img/_assets/ folder are being sourced. I made a duplicate backup and put it in the assets folder only for it to overwrite all my changes to the files inside /_svgs/.

Ex: SVG inside _svgs named "cta.svg" - This file is ignored SVG inside /img/_assets/ named "cta.svg" - This file is used

chrisathook commented 6 years ago

can you be more specific? are you using hte previewer or not? Is this a new project? if you have 2 files with the same name in those 2 locations the file inside _svgs will be overwritten by the one inside /img

ryan-quinn commented 6 years ago

I am using the previewer, it's on a Slack project but it isn't specific to the project. I just was under the assumption that anything inside the "_assets" folder would be ignored, even tho it is inside the /img.