I have a strange issue with a CSS file: although it is available, it is not executed. Does anybody encounter this problem?
Here is the CSS: http://sudoku-solver-online.appspot.com/stylesheets/main.css Here is the HTML file calling it http://sudoku-solver-online.appspot.com/ My appengine-web.xml does includes there right path, otherwise it would not have works with the local Jetty server (it does) <static-files> <include path="/**.css" /> </static-files> Thanks Tzach -- 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.
