JS and Css files are not loading

33 views
Skip to first unread message

Sekhar Personal

unread,
Oct 3, 2014, 7:23:00 AM10/3/14
to google-a...@googlegroups.com
I ll just tried to call external css and javascript friles. But they are not loading... i am attaching my work.. please help me in solving my issue
prompt-me.rar

Mihail Russu

unread,
Oct 6, 2014, 3:21:36 PM10/6/14
to google-a...@googlegroups.com
You need to define routes for static files in your app.yaml.

So if your css files are located in /static/css then you'd add something like this:

- url: /static/css
  static_dir: /static/css
right under "handlers:" section of your app.yaml


 - Mihail
Reply all
Reply to author
Forward
0 new messages