Frontend now built with CSS. Improves about page.
This commit is contained in:
parent
bfa5bfe4d9
commit
4f2f95efb5
6 changed files with 27 additions and 8 deletions
|
|
@ -31,7 +31,8 @@ task backend, "Compiles and runs the forum backend":
|
|||
task runbackend, "Runs the forum backend":
|
||||
exec "./src/forum"
|
||||
|
||||
task frontend, "Builds the necessary JS frontend":
|
||||
task frontend, "Builds the necessary JS frontend (with CSS)":
|
||||
exec "nimble c -r src/frontend/buildcss"
|
||||
exec "nimble js src/frontend/forum.nim"
|
||||
mkDir "public/js"
|
||||
cpFile "src/frontend/nimcache/forum.js", "public/js/forum.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue