nuke/xess
soopyc c896c63a0b
xess: do not specify a version in go:generate (#164)
specifying a version breaks file generation with `-mod=vendor`, which is
used by tooling like nixpkgs.

this commit replaces the `go:generate` statement with ones found in
other files (which builds successfully) for consistency.

Signed-off-by: Cassie Cheung <me@soopy.moe>
2025-03-30 07:31:17 -04:00
..
static initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
.gitignore all: do not commit generated JS/CSS to source control (#148) 2025-03-28 14:55:25 -04:00
build.sh all: do not commit generated JS/CSS to source control (#148) 2025-03-28 14:55:25 -04:00
postcss.config.js initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
xess.css Ensure content flows and stays centered on small screens (#27) 2025-03-20 17:19:45 -04:00
xess.go xess: do not specify a version in go:generate (#164) 2025-03-30 07:31:17 -04:00
xess.templ initial import from /x/ monorepo 2025-03-17 19:33:07 -04:00
xess_templ.go web/js: show more errors when some probable error cases happen (#151) 2025-03-28 15:47:18 -04:00