response
authorJoey Hess <joey@kitenet.net>
Sat, 3 Mar 2012 14:58:58 +0000 (10:58 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 3 Mar 2012 15:01:55 +0000 (11:01 -0400)
doc/bugs/jquery-ui.min.css_missing_some_image_files.mdwn

index e313a4c39254fa6ca558de5aa9b6ee267c688995..cdfb860a99181838d0f540b175ed1479c5853541 100644 (file)
@@ -1 +1,6 @@
 This is very minor. Noticed in nginx's logs that jquery-ui.min.css (the attachment plugin uses this) keeps referencing some png files that are not available in public_html/mywiki/ikiwiki/images/  These should be included in underlays/attachment/ikiwiki/images/ in the source repo and seem to be copied from /usr/local/share/ikiwiki/attachment/ikiwiki/images/  when I compile a new wiki.  The complete list of images jquery-ui.min.css is looking for can be found here. https://github.com/jquery/jquery-ui/tree/1.8.14/themes/base/images
+
+> Do you have a list of files that are *actually* used when ikiwiki is
+> running? I don't want to include a lot of files that jquery only 
+> uses in other situations. The currently included files are exactly those
+> that I see it try to use. --[[Joey]]