forked from rosa/hakurei
Packaging nodejs and ruby is an immense burden for the Rosa OS base system, and these files diff poorly. Signed-off-by: Ophestra <cat@gensokyo.uk>
10 lines
223 B
Go
10 lines
223 B
Go
//go:build frontend
|
|
|
|
package main
|
|
|
|
import "embed"
|
|
|
|
//go:generate sh -c "sass ui/static/dark.scss ui/static/dark.css && sass ui/static/light.scss ui/static/light.css && tsc -p ui/static"
|
|
//go:embed ui/*
|
|
var content embed.FS
|