Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2822)

Unified Diff: appengine/isolate/app.yaml

Issue 2991153002: Add stub for new polymer-based Isolate UI (Closed)
Patch Set: Address feedback Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/isolate/handlers_frontend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/isolate/app.yaml
diff --git a/appengine/isolate/app.yaml b/appengine/isolate/app.yaml
index d8d96cc501c5afd2c658e80316e0d5d4ea8099ce..3b1df71a3b729759a84ff2e31361bf50f7da6d40 100644
--- a/appengine/isolate/app.yaml
+++ b/appengine/isolate/app.yaml
@@ -34,6 +34,15 @@ handlers:
Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload"
X-Frame-Options: deny
+- url: /res/(.+)
+ static_files: ui/build/\1
+ upload: ui/build/(.+)
+ secure: always
+ expiration: "1h"
+ http_headers:
+ Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload"
+ X-Frame-Options: deny
+
- url: /(.+)\.(css|gif|ico|js|txt)
static_files: static/\1.\2
upload: static/(.+)\.(css|gif|ico|js|txt)
@@ -91,3 +100,5 @@ skip_files:
- .+\.py[co]
- ^[A-Z]+$
- ^[A-Z]+\.[a-z]+$
+- ui/node_modules/
+- ui/res/imp/bower_components/
« no previous file with comments | « no previous file | appengine/isolate/handlers_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698