urbit/mar/html.hoon
Keaton Dunsford f220bf3db6 Add ++ grad %mime to html.hoon mark.
Fixes issue where ford doesn’t know which of two diffed html files to
build.
2017-03-03 03:19:19 -05:00

22 lines
674 B
Plaintext

::
:::: /hoon/html/mar
::
/? 310
::
:::: compute
::
=, html
|_ htm/@t
::
++ grow :: convert to
|% ::
++ mime [/text/html (met 3 htm) htm] :: to %mime
++ hymn (need (de-xml htm)) :: to %hymn
-- ::
++ grab |% :: convert from
++ noun @t :: clam from %noun
++ mime |=({p/mite q/octs} q.q) :: retrieve form $mime
--
++ grad %mime
--