mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 19:22:22 +03:00
updates :tree to serve JS/CSS assets from the current desk
This commit is contained in:
parent
bf469e5705
commit
55f811d36f
@ -31,12 +31,12 @@
|
|||||||
:: ;link(type "text/css", rel "stylesheet", href "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.min.css");
|
:: ;link(type "text/css", rel "stylesheet", href "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.min.css");
|
||||||
;* ?. nopack.dbg
|
;* ?. nopack.dbg
|
||||||
:_ ~
|
:_ ~
|
||||||
;link(type "text/css", rel "stylesheet", href "/=home=/web/tree/~.codemirror_fonts_bootstrap_main.css");
|
;link(type "text/css", rel "stylesheet", href "/===/web/tree/~.codemirror_fonts_bootstrap_main.css");
|
||||||
;=
|
;=
|
||||||
;link(type "text/css", rel "stylesheet", href "/=home=/web/lib/css/fonts.css");
|
;link(type "text/css", rel "stylesheet", href "/===/web/lib/css/fonts.css");
|
||||||
;link(type "text/css", rel "stylesheet", href "/=home=/web/lib/css/bootstrap.css");
|
;link(type "text/css", rel "stylesheet", href "/===/web/lib/css/bootstrap.css");
|
||||||
;link(type "text/css", rel "stylesheet", href "/=home=/web/lib/css/codemirror.css");
|
;link(type "text/css", rel "stylesheet", href "/===/web/lib/css/codemirror.css");
|
||||||
;link(type "text/css", rel "stylesheet", href "/=home=/web/tree/main.css");
|
;link(type "text/css", rel "stylesheet", href "/===/web/tree/main.css");
|
||||||
==
|
==
|
||||||
::;link(type "text/css", rel "stylesheet", href "http://localhost:8000/docs/pub/tree/main.css");
|
::;link(type "text/css", rel "stylesheet", href "http://localhost:8000/docs/pub/tree/main.css");
|
||||||
;script(type "text/javascript", src "{(cdnjs "jquery/2.1.3/jquery")}");
|
;script(type "text/javascript", src "{(cdnjs "jquery/2.1.3/jquery")}");
|
||||||
@ -51,13 +51,13 @@
|
|||||||
;* ?. nopack.dbg
|
;* ?. nopack.dbg
|
||||||
:_ ~
|
:_ ~
|
||||||
;script(type "text/javascript", src "{?.(aut "" "/~~")}".
|
;script(type "text/javascript", src "{?.(aut "" "/~~")}".
|
||||||
"/~/at/=home=/web/tree/~.main_urb.js");
|
"/~/at/===/web/tree/~.main_urb.js");
|
||||||
:: "/~/at/=home=/web/tree/~.main_hoon_urb.js");
|
:: "/~/at/===/web/tree/~.main_hoon_urb.js");
|
||||||
;=
|
;=
|
||||||
:: ;script(type "text/javascript", src "/=home=/web/lib/js/hoon.js");
|
:: ;script(type "text/javascript", src "/===/web/lib/js/hoon.js");
|
||||||
;script(type "text/javascript", src "/=home=/web/tree/main.js");
|
;script(type "text/javascript", src "/===/web/tree/main.js");
|
||||||
;script(type "text/javascript", src "{?.(aut "" "/~~")}".
|
;script(type "text/javascript", src "{?.(aut "" "/~~")}".
|
||||||
"/~/at/=home=/web/lib/js/urb.js");
|
"/~/at/===/web/lib/js/urb.js");
|
||||||
==
|
==
|
||||||
;link(type "application/rss+xml", rel "alternate", href "{(spud tub)}.rss-xml");
|
;link(type "application/rss+xml", rel "alternate", href "{(spud tub)}.rss-xml");
|
||||||
==
|
==
|
||||||
|
Loading…
Reference in New Issue
Block a user