http://code.google.com/p/googleappengine/issues/detail?id=2203

Jaap
On Wed, Sep 23, 2009 at 3:59 PM, Nick Johnson (Google) <
[email protected]> wrote:

> Hi jaap,
> Can you please file a bug for this in the issue tracker?
>
> -Nick Johnson
>
> On Tue, Sep 22, 2009 at 4:32 PM, [email protected] <[email protected]> wrote:
>
>>
>> I've found a difference in the behavior of static_dir directives in
>> app.yaml.
>>
>> My app.yaml:
>> handlers:
>> - url: /js/y.js
>>  script: js_templ.py
>> - url: /js
>>  static_dir: js
>>
>> All goes well in dev server, because the devserver uses the js
>> directory.
>>
>> On the live server all statics are handled differently, so the live
>> server scans the app.yaml and it matches all the files against the
>> static_dir declarations. On the live server the file js_templ.py is
>> interpreted as a static file, because the static_dir: js matches it.
>>
>> I think the development server should work exactly like the live
>> server on this point. The difference is only noticed on the live
>> server so it's hard to find it and the warnings aren't clear.
>>
>>
>>
>
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to