-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update jsutils.nim create backend for happyx: API is analogous to karax backend but since happyx uses Jester-style routing syntax in the front-end DSL, we use happyxRoutes instead of happyxHtml * Update nimib.nim create block for embedding happyx code analagously to the one for embedding karax code * Update interactivity.nim Added example for happyX to parallel one for karax. Also gave a brief explanation of the problem with syntax like @click: ... and why @click() was used instead. * Update nimib.nimble **reminder**: this is planned to be moved in nimibex sometime in the future (along with nbKarax, nbPython, ...)
- Loading branch information
Showing
4 changed files
with
99 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ requires "parsetoml >= 0.7.0" | |
requires "jsony >= 1.1.5" | ||
|
||
task docsdeps, "install dependendencies required for doc building": | ||
exec "nimble -y install [email protected] [email protected] nimoji nimpy [email protected]" | ||
exec "nimble -y install [email protected] [email protected] nimoji nimpy [email protected] [email protected]" | ||
|
||
task test, "General tests": | ||
for file in ["tsources.nim", "tblocks.nim", "tnimib.nim", "trenders.nim"]: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters