automatic resource packing

This commit is contained in:
Anton Dyudin 2016-06-07 13:38:11 -07:00
parent 6e867db622
commit a1721d2955
7 changed files with 41 additions and 11498 deletions

9
ren/css.hoon Normal file
View File

@ -0,0 +1,9 @@
:: /!css/ in /===web/pack
::
:::: /hoon/css/ren
::
/? 310
/, /web/pack/css /% /!css/
/ /~ !!
==
-.-

9
ren/js.hoon Normal file
View File

@ -0,0 +1,9 @@
:: /!js/ in /===web/pack
::
:::: /hoon/js/ren
::
/? 310
/, /web/pack/js /% /!js/
/ /~ !!
==
-.-

View File

@ -31,7 +31,7 @@
:: ;link(type "text/css", rel "stylesheet", href "//cdnjs.cloudflare.com/ajax/libs/codemirror/4.3.0/codemirror.min.css");
;* ?. nopack.dbg
:_ ~
;link(type "text/css", rel "stylesheet", href "/===/web/tree/~.codemirror_fonts_bootstrap_main.css");
;link(type "text/css", rel "stylesheet", href "/===/web/pack/css/codemirror-fonts-bootstrap-tree.css");
;=
;link(type "text/css", rel "stylesheet", href "/===/web/lib/css/fonts.css");
;link(type "text/css", rel "stylesheet", href "/===/web/lib/css/bootstrap.css");
@ -51,8 +51,8 @@
;* ?. nopack.dbg
:_ ~
;script(type "text/javascript", src "{?.(aut "" "/~~")}".
"/~/at/===/web/tree/~.main_urb.js");
:: "/~/at/===/web/tree/~.main_hoon_urb.js");
"/~/at/===/web/pack/js/tree-urb.js");
:: "/~/at/===/web/pack/js/tree-hoon-urb.js");
;=
:: ;script(type "text/javascript", src "/===/web/lib/js/hoon.js");
;script(type "text/javascript", src "/===/web/tree/main.js");

View File

@ -0,0 +1,11 @@
:: All tree css
::
:::: /hoon/codemirror-fonts-bootstrap-tree/pack/web
::
/^ (list @t)
/. /:/===/web/lib/css/codemirror:/css/
/:/===/web/lib/css/fonts:/css/
/:/===/web/lib/css/bootstrap:/css/
/:/===/web/tree/main:/css/
==
(rap 3 -.-)

View File

@ -0,0 +1,9 @@
:: All tree js
::
:::: /hoon/tree-urb/pack/web
::
/^ (list @t)
/. /:/===/web/tree/main:/js/
/:/===/web/lib/js/urb:/js/
==
(rap 3 -.-)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff