Closed daileytj closed 1 year ago
Fresh clone yarn start
gives me these diffs. Visually they are still the same.
Fresh clone
yarn start
gives me these diffs. Visually they are still the same.
did you mean yarn sprites
not start?
I mean yarn start
. If yarn sprites
needs to be a step in generating these icons, please incorporate that into yarn start
.
I mean
yarn start
. Ifyarn sprites
needs to be a step in generating these icons, please incorporate that intoyarn start
.
Is adding the sprite stuff to the script something we want to do? I'm not sure why there were changes or what the sprite "optimization" is even doing. I would have rather just left that update out entirely.
Our general expectation is that yarn start
should prepare the package as it would be distributed to adopters and run a demo to prove that everything works. If this one deviates from that goal, please modify yarn start
or log an issue.
yarn sprite
supposedly "optimize" SVG files, to a limited extend. In our case, I do not see a significant improvement in file size. What would be your opinion, @daileytj ?
Our general expectation is that
yarn start
should prepare the package as it would be distributed to adopters and run a demo to prove that everything works. If this one deviates from that goal, please modifyyarn start
or log an issue.
yarn sprite
supposedly "optimize" SVG files, to a limited extend. In our case, I do not see a significant improvement in file size. What would be your opinion, @daileytj ?
I'm just going to revert the "optimization" for now.
Changes proposed in this Pull Request: