Running `npm update` causes Astro to come in with a wrecking ball and break everything...
romainmenke opened this issue · 2 comments
romainmenke commented
Is there any super low maintenance templating thing out there?
Even string concat would be better than this.
I don't want the marketing site to be a blocking thing for the package.
romainmenke commented
Does anyone have strong feelings about (not) using Go or PHP for this?
The CSSDB site only needs a small amount of glue code to be rendered.
Go and PHP have strong primitives for templates, file embedding (or including), ...
Both can also be low maintenance if you avoid the more esoteric language features.
romainmenke commented
Ended going for tagged template literals in node.