jquery.js
source code is not being recognised by browser using my page.html
served by Google App Engine as a http:some_request
to the SDK, BUT when I load the exact same page.html
into the browser directly from my local hard drive as jquery.js
all works OK, it is recognized, so I know my path is OK....
In the header of my page.html
I have the following:
<script src="/static/jquery.js" type="text/javascript"></script>
From my app.yaml:
- url: /static
static_dir: static
expiration: 1d