]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/help/help.factor
help.html: copy image resources to output directory.
[factor.git] / extra / webapps / help / help.factor
index e09dee4c876c7c6b09a3f3cebfaa4989deba27bf..f0af5fb4ba4df126ad6e9a3d3b5667066a3f1324 100644 (file)
@@ -39,9 +39,7 @@ TUPLE: help-webapp < dispatcher ;
     help-webapp new-dispatcher
         <main-action> <secure-only> "" add-responder
         help-dir <search-action> <secure-only> "search" add-responder
-        help-dir <static> <secure-only> "content" add-responder
-        "resource:basis/definitions/icons/" <static> <secure-only> "icons" add-responder
-        "resource:basis/ui/tools/error-list/icons/" <static> <secure-only> "icons2" add-responder ;
+        help-dir <static> <secure-only> "content" add-responder ;
 
 : run-help-webapp ( -- )
     "docs" cache-file <help-webapp>