adambullmer / vue-cli-plugin-browser-extension

Browser extension development plugin for vue-cli 3.0
GNU Lesser General Public License v3.0
427 stars 76 forks source link

RFC: Should we pre-create an « icons » folder? #9

Closed Kocal closed 6 years ago

Kocal commented 6 years ago

I don't see it anymore in template, is there a reason for that? Would not be a good move to pre-create an icons folder like it's done here ?

I think it would be nice to pre-create it, because it will prevent some errors about not existing icon when loading extension into browser. :+1:

Thanks for your time

adambullmer commented 6 years ago

Yup, there was totally supposed to be one. Had an issue with mac and case insensitive gitignores 😑. Great catch!