Rename htmlpage to html
Because it's going to get more tools.
This commit is contained in:
parent
2bd848fa97
commit
9b1d75d47f
44 changed files with 83 additions and 77 deletions
|
|
@ -20,7 +20,7 @@ We're using a customized Bootstrap theme for this site. You'll need to build the
|
|||
```
|
||||
nix develop
|
||||
cd scss
|
||||
scss custom.scss > ../htmlpage/static/css/bootstrap.css
|
||||
scss custom.scss > ../html/static/css/bootstrap.css
|
||||
```
|
||||
|
||||
## Running
|
||||
|
|
@ -90,5 +90,5 @@ This uses [goose](https://github.com/pressly/goose). You can use the goose comma
|
|||
For iterating on styles
|
||||
|
||||
```
|
||||
watchexec -e *.scss sass --style=compressed scss/custom.scss:htmlpage/static/css/bootstrap.css
|
||||
watchexec -e *.scss sass --style=compressed scss/custom.scss:html/static/css/bootstrap.css
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue