Index: tools/gformat.py
===================================================================
--- tools/gformat.py	(revision 14168)
+++ tools/gformat.py	(revision 14169)
@@ -1512,4 +1512,8 @@
     ]
   else:
+    # Bootstap cache directory if none exists
+    if not glob.glob(os.path.join(CACHE_DIR,'*','index.html')):
+        generate_static(CACHE_DIR, False)
+
     base_uri = environ['REQUEST_URI']
     uri = base_uri.strip('/').split('/')[1:]
