css preprocessor
This commit is contained in:
parent
e4317ec4fd
commit
023f1651f8
9 changed files with 136 additions and 114 deletions
5
justfile
5
justfile
|
@ -12,7 +12,10 @@ run-container:
|
|||
docker load -i result
|
||||
docker run -it --rm -p 8169:8169 localhost/roleypoly/roleypoly
|
||||
|
||||
precommit: fmt prettier tidy update-vendor-hash test
|
||||
preprocess:
|
||||
lightningcss --minify --bundle --targets '>= 0.25%' static/main.css
|
||||
|
||||
precommit: fmt prettier tidy update-vendor-hash test
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue