handlers: #- url: /bootstrap/js # static_dir: bootstrap/docs/assets/js # secure: always # mime_type: text/javascript; charset=utf-8 - url: /bootstrap/css static_dir: bootstrap/docs/assets/css secure: always mime_type: text/css; charset=utf-8 - url: /bootstrap/img/(glyphicons-halflings.*\.png) static_files: bootstrap/docs/assets/img/\1 upload: bootstrap/docs/assets/img/glyphicons-halflings.*.png secure: always