Add CSS via SCSS to the frontend build pipeline

This commit is contained in:
Eli Ribble 2026-03-21 19:14:51 +00:00
parent 1e67c0090d
commit f3c818a48f
No known key found for this signature in database
12 changed files with 924 additions and 94 deletions

View file

@ -2,5 +2,5 @@ package static
// gen.go - checked into git
// This file is overwritten during Nix builds with hashed paths
const BundlePathCSS = "/static/gen/css/style.css"
const BundlePathJS = "/static/gen/js/bundle.js"
const BundlePathCSS = "/static/gen/main.css"
const BundlePathJS = "/static/gen/main.js"