Todd Blanchard schrieb: > I followed the directions of this: > > http://toscawidgets.org/documentation/ToscaWidgets/deploy.html#configuring-your-web-server > > which purports to explain how to run a script that gathers all the tw static > resources and places them in a directory. > > It sort of works - but only for tw.core resources. I also have tw.dojo > installed and the resources for that framework are not extracted and copied. > > This has my production server dying horribly. The documentation is pretty > quiet on what the "build" directory is actually for.
What build directory? > Anyhow - any hints for how to extract the tw.dojo resources for static > deployment would be most welcome. tw.dojo tries something clever to allow deliverance of specific versions. To do so, it overrides JSLink & CSSLink in ways that seem to break the resource collection. I don't know what tw.dojo does beyond simply injecting the resources. If there isn't anything, you could just declare the resources yourself. Diez -- You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en.

