AdobeXD / plugin-samples

Adobe XD Plugin API samples
MIT License
350 stars 145 forks source link

Remove unused image assets #32

Closed yoshikinoko closed 5 years ago

yoshikinoko commented 5 years ago

e.g., remove *@2x.png, *@3x.png files from the project

Although, keep files in this project. This is the example that explains the plugin manager's behavior (use the largest of the icons listed).

peterflynn commented 5 years ago

@yoshikinoko Are you sure it's correct to remove those? Does UXP not automatically pick up @2x images the way a browser does?

kerrishotts commented 5 years ago

It does, but iirc in those particular projects, we don’t reference some of the assets at all — so those can just go away.

peterflynn commented 5 years ago

Ah ok -- so this is less about multi-scale assets and more just about assets that are entirely unused in general.

yoshikinoko commented 5 years ago

@peterflynn Sorry, updated issue title Remove unused multi-scaled images to Remove unused image assets

dkstevekwak commented 5 years ago

removed the unused images from the assets folder: 080f34232efa7ced9b37529e1b6313f27e76f171