fix a few problems with template sources
This commit is contained in:
parent
68471b6e4f
commit
9ca7174c85
|
@ -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