hey there,

I've setup my app to make use of the module concept. I have a welcome and a 
user module. In my welcome module I'm serving my js dependencies for my 
single page app. In the user module I'm including those files to make use 
of browser caching and so on.

so in my welcome index.html i have a
<script url="/base.js">
and in my user module which listens to "/user/*" I include
<script url="../base.js">

So far so good, but the problems occur in local dev setup since the modules 
are running on different ports without the url distinction.

is there a way to tell the LocalResourceFileServlet to serve the files from 
a different module or redirect the request to the different module if the 
file is not found?

cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to