ianfab / fairyground

playground for Fairy-Stockfish in the browser
https://fairyground.vercel.app/
GNU General Public License v3.0
21 stars 5 forks source link

Add promoted letter pieces #22

Closed gbtami closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
fairyground ✅ Ready (Inspect) Visit Preview Dec 31, 2022 at 1:26PM (UTC)
ianfab commented 1 year ago

Thanks!

It however looks like the generated file now has duplicated CSS because the generation script only contains appends (>>) and not a single write (>). Perhaps we should add one empty write to that file before the append commands to prevent that.

Edit: Or to be consistent with the rest of the script using rm.

gbtami commented 1 year ago

True. Added rm.