I am new to google app engine. I am uploading localhost host project created in python to google app engine. It is uploading successfuly, but js changes are not reflecting live. I have flushed Memcache, but it is not working. How can I get rid of this problem?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
There is a built in cache in google app engine for static file, you can control the duration of the cache by using default_expiration (or setting expiration per folder). You should also add a slug (using md5, random, timestamp, or svn revision) in the resource url to force the client to load the resources e.g. |
||||
|
|
|
Have you tried emptying your browsers cache? Could also be some other cache along the way, if you are on a cooperate network,for example. |
|||
|
|
version:field in yourapp.yaml? – Adam Crossland Apr 24 '12 at 14:07