CSS File Not Updating on Deploy (Google AppEngine)

后端 未结 12 1870
既然无缘
既然无缘 2020-12-09 03:39

I pushed a new version of my website, but now the CSS and static images are not deploying properly.

Here is the messed up page: http://www.gaiagps.com

Appeng

12条回答
  •  萌比男神i
    2020-12-09 03:56

    For new people coming to this old questions/set of answers I wanted to give an updated answer. I think in 2018-19 the following information will probably fix most of the CSS update issues people are having:

    Make sure your app.yaml has the following:

     handlers:
       - url: /static
         static_dir: static
    
    • Run gcloud app deploy
    • Chill for 10 minutes.. and the shift-reload your website

提交回复
热议问题