如何处理静态文件写app.yaml?
可能的重复:
如何编写yaml文件
我注册了一个 Google App Engine 应用,下面有一些文件:
/index.html
/tabs.css
/tab.js
/temp.py
app.yaml 文件应该如何编写?
Possible Duplicate:
how to write yaml file
I registered a Google App Engine app and I have some files below:
/index.html
/tabs.css
/tab.js
/temp.py
How should I write the app.yaml file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在应用程序的根目录下创建一个
pubic
目录,并将静态文件放入其中。您可以将它们包含在 HTML 文件中,如下所示:
Create a
pubic
directory under you app's root directory and put your static files in there.You can include them in your HTML files like this: