foo
parent
88d75185db
commit
82a5dcdd10
|
@ -1,18 +0,0 @@
|
||||||
USING: kernel parser sequences io ;
|
|
||||||
[
|
|
||||||
"/library/httpd/http-common.factor"
|
|
||||||
"/library/httpd/mime.factor"
|
|
||||||
"/library/httpd/html-tags.factor"
|
|
||||||
"/library/httpd/html.factor"
|
|
||||||
"/library/httpd/responder.factor"
|
|
||||||
"/library/httpd/httpd.factor"
|
|
||||||
"/library/httpd/file-responder.factor"
|
|
||||||
"/library/httpd/test-responder.factor"
|
|
||||||
"/library/httpd/resource-responder.factor"
|
|
||||||
"/library/httpd/cont-responder.factor"
|
|
||||||
"/library/httpd/browser-responder.factor"
|
|
||||||
"/library/httpd/default-responders.factor"
|
|
||||||
"/library/httpd/http-client.factor"
|
|
||||||
] [
|
|
||||||
dup print run-resource
|
|
||||||
] each
|
|
|
@ -1,4 +1,4 @@
|
||||||
USING: kernel parser sequences io ;
|
USING: image kernel parser sequences io ;
|
||||||
[
|
[
|
||||||
"/library/ui/gadgets.factor"
|
"/library/ui/gadgets.factor"
|
||||||
"/library/ui/hierarchy.factor"
|
"/library/ui/hierarchy.factor"
|
||||||
|
@ -25,5 +25,7 @@ USING: kernel parser sequences io ;
|
||||||
"/library/ui/books.factor"
|
"/library/ui/books.factor"
|
||||||
"/library/ui/ui.factor"
|
"/library/ui/ui.factor"
|
||||||
] [
|
] [
|
||||||
dup print run-resource
|
dup print
|
||||||
|
bootstrapping? get
|
||||||
|
[ parse-resource % ] [ run-resource ] ifte
|
||||||
] each
|
] each
|
||||||
|
|
Loading…
Reference in New Issue