Add CSS via SCSS to the frontend build pipeline
This commit is contained in:
parent
1e67c0090d
commit
f3c818a48f
12 changed files with 924 additions and 94 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue