File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 11# Package
22
3- version = " 1.0.0"
4- author = " Constantine Molchanov"
5- description = " Layout helpers and sugar for Karax"
6- license = " MIT"
7- srcDir = " src"
8-
3+ version = " 1.0.0"
4+ author = " Constantine Molchanov"
5+ description = " Layout helpers and sugar for Karax"
6+ license = " MIT"
7+ srcDir = " src"
98
109# Dependencies
1110
@@ -14,7 +13,6 @@ requires "karax >= 1.3.0"
1413
1514taskRequires " setupBook" , " nimib >= 0.3.8" , " nimibook >= 0.3.1"
1615
17-
1816# Tasks
1917
2018task setupBook, " Compiles the nimibook CLI-binary used for generating the docs" :
@@ -28,12 +26,8 @@ task book, "Generate book":
2826 exec " ./nbook" .toExe & " --mm:orc --deepcopy:on update"
2927 exec " ./nbook" .toExe & " --mm:orc --deepcopy:on build"
3028
31- after book:
32- cpFile (" CNAME" , " docs/CNAME" )
33-
3429before docs:
3530 rmDir " docs/apidocs"
3631
3732task docs, " Generate docs" :
3833 exec " nimble doc --outdir:docs/apidocs --project --index:on src/karkas"
39-
You can’t perform that action at this time.
0 commit comments