fix a few problems with template sources
This commit is contained in:
parent
599056a33b
commit
1aaebdb24d
|
@ -5,4 +5,4 @@ cd /opt/code
|
||||||
cargo check
|
cargo check
|
||||||
cargo build
|
cargo build
|
||||||
|
|
||||||
cargo watch -w src -w templates -w static -x run
|
cargo watch -w src -w templates/source -w static -x run
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
./*.html
|
*
|
||||||
!.gitignore
|
!.gitignore
|
Loading…
Reference in New Issue