Hello, I don't know if this would go under Pylons or Pyjamas but any help would be appreciated. I'd like to know the best way to serve the compiled Pyjamas HTML pages through Pylons. I am fairly new to web development in general so please excuse my ignorance.
Should I... Serve the HTML pages through a regular web server? (right now I'm looking at rocket WSGI) use the render function on the HTML pages instead of rendering mako? If I render a regular HTML page with an import to a .js file on the server will this work correctly? My main issue is that when Pyjamas compiles a page it will compile it to several different HTML pages, the page actually served is more or less a bootstrap for the other pages and contains imports that are activated depending on the user's browser, automagically obscuring away compatibility issues you would regularly need to work around with javascript. I know someone out there must love Pyjamas too :-), any advice is appreciated. thank you, -- Luis De Siqueira [email protected] Mobile - (862) 234-9452 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
