cerca icon indicating copy to clipboard operation
cerca copied to clipboard

Add --base option to css compiler

Open cblgh opened this issue 3 years ago • 0 comments

With a --base option (or similar naming) the following invocation:

go run compiler.go --css ./../../html/assets/css --html ./../../html --out ./../../html/assets/themes

could potentially turn into:

go run compiler.go --base ./../../html --css assets/css --out assets/themes

(inspired by skimming thru @Thomasorus's recent twitch stream :>

cblgh avatar Jun 05 '22 19:06 cblgh