brownplt / code.pyret.org

Website for serving Pyret to folks.
Other
24 stars 45 forks source link

Fix font size menu item #434

Closed asolove closed 2 years ago

asolove commented 2 years ago

This PR does a few small tweaks to improve the font size menu item:

2022-04-30 21 46 47 localhost 2e56d3a8d36f

Unrelated to this core change, and possibly cherry-pickable into its own branch, I have turned off the cacheing of css and html files that was being done by the mustache template engine, which meant you sometimes had to restart the whole server to see html changes, even after rebuilding assets manually.

jpolitz commented 2 years ago

Unrelated to this core change, and possibly cherry-pickable into its own branch, I have turned off the cacheing of css and html files that was being done by the mustache template engine, which meant you sometimes had to restart the whole server to see html changes, even after rebuilding assets manually.

Ah, nice. That's smart and something I never bothered to look up. I don't mind that being part of this, thanks for explaining.

This looks generally great to me, going to merge.