microsoft / pxt-maker

MakeCode target for "Maker" boards (beta)

Home Page:https://maker.makecode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm run svgo runs for all boards

wallarug opened this issue · comments

Hi There,

When you run step 4 of the docs to minify the board.hd.svg file

npm run svgo

It runs for all the boards in the libs folder. This is an issue for adding new boards as it means every-time someone does a PR, you will get different SVG files (un-necessarily).

Is there a way to run a single board instead of all 34+ boards?

I've run svgo on all boards and updated the docs. Please pull the changes.