Add instructions for auto building scss

This commit is contained in:
Eli Ribble 2026-01-29 02:57:27 +00:00
parent 2dab6bcaf0
commit 17a5131ced
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -84,3 +84,11 @@ This uses [goose](https://github.com/pressly/goose). You can use the goose comma
> GOOSE_DRIVER=postgres GOOSE_DBSTRING="dbname=nidus-sync sslmode=disable" goose down
> GOOSE_DRIVER=postgres GOOSE_DBSTRING="dbname=nidus-sync sslmode=disable" goose up
```
### watchexec
For iterating on styles
```
watchexec -e *.scss sass --style=compressed scss/custom.scss:htmlpage/static/css/bootstrap.css
```