Skip to content

Instantly share code, notes, and snippets.

@aliirz
Created March 6, 2012 08:33
Show Gist options
  • Save aliirz/1984930 to your computer and use it in GitHub Desktop.
Save aliirz/1984930 to your computer and use it in GitHub Desktop.
app.yaml for CDN
application: aliirzdotcom
version: 1
runtime: python
api_version: 1
handlers:
- url: /images
static_dir: images
- url: /css
static_dir: css
- url: /js
static_dir: js
- url: /fonts
static_dir: fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment