Add instructions for auto building scss
This commit is contained in:
parent
2dab6bcaf0
commit
17a5131ced
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
pkgs.gotools
|
||||
pkgs.lefthook
|
||||
pkgs.sass
|
||||
pkgs.watchexec
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue