From 7347b8c549214f939e245f25a3938b7e6300655d Mon Sep 17 00:00:00 2001 From: Anton Dyudin Date: Fri, 12 Feb 2016 11:38:59 -0800 Subject: [PATCH] added .run renderer to work around #694, fixed web dojo --- ren/run.hoon | 8 ++++++++ web/dojo.hoon | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ren/run.hoon diff --git a/ren/run.hoon b/ren/run.hoon new file mode 100644 index 000000000..9357b60e8 --- /dev/null +++ b/ren/run.hoon @@ -0,0 +1,8 @@ +:: For testing purposes +:: +:::: /hoon/run/ren + :: +/? 314 +/% /!noun/ +~& run/-.- +~ diff --git a/web/dojo.hoon b/web/dojo.hoon index 54662d5d3..0271b41bf 100644 --- a/web/dojo.hoon +++ b/web/dojo.hoon @@ -4,7 +4,7 @@ :: /? 310 |% -++ cdnj |=(a=tape ;script(src "//cdnjs.cloudflare.com/ajax/libs/{a}");) +++ cdnj |=(a/tape ;script(src "//cdnjs.cloudflare.com/ajax/libs/{a}");) -- :: ::::