I have been working with Pylons and have developed some standalone applications that are part of a larger site. I'm trying to find out what the best way is to reference common css/javascript files across all of the apps. Here is the setup in a nutshell:
I have a home page and 3 sub-apps that all use the same css layout files and some of the same script files. I have so far been putting these files in each application's public directory. Bad idea, I know, but I was in a hurry. Anyway, the 3 apps really are separate apps and I therefore don't really want to put all of them in the same project. I currently use paste#urlmap to call out to each separate app. Just wondering if anyone has tried to do something similar and found a good way to share some of these files across multiple apps. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
