Hi all, My static images aren't being served. I've got this in my app.yaml file:
handlers: # Static - url: /html static_dir: html - url: /css static_dir: css - url: /images static_dir: images ... and so on. My static html and css files are served without problems, but my image files are not. They do appear to be uploaded, since if I change nothing but a single image then redeploy, one file gets uploaded. For an example of a broken image on a page, see: http://playhexalex.appspot.com/actions/test Thanks for any help, and please CC me with replies. -n8 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
