On Thursday 10 July 2008 11:31:21 Diez B. Roggisch wrote: > On Wednesday 09 July 2008 17:50:43 Mark Ramm wrote: > > We're using the cascade app from paste: > > > > http://pythonpaste.org/modules/cascade.html > > > > Along with the paste StaticURLParser and StaticJavascripts (from pylons) > > > > It's configured like this. > > > > So configuring this should be as simple as setting up the proper info > > in the ini file. > > > > javascripts_app = StaticJavascripts() > > static_app = > > StaticURLParser(config['pylons.paths']['static_files']) app = > > Cascade([static_app, javascripts_app, app]) > > > > Let me know if we need to expose some more configuration information > > to the user app, all of this was changed sort-of-recently when we > > cleaned up middleware.py. >
I created a ticket: http://trac.turbogears.org/ticket/1898#preview Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
