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

Unified Diff: mojo/tools/deploy_domokit_site.py

Issue 1163323007: Make it possible to navigate from a SkyView to a WebView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | sky/shell/ui/engine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/deploy_domokit_site.py
diff --git a/mojo/tools/deploy_domokit_site.py b/mojo/tools/deploy_domokit_site.py
index 7806867e9062958ab6a05a6c0a844e7b7c8543d7..ddc12024cbb84d2ea1a6f2e72058a03e632df3af 100755
--- a/mojo/tools/deploy_domokit_site.py
+++ b/mojo/tools/deploy_domokit_site.py
@@ -64,6 +64,8 @@ def assets_filter(path):
def packages_filter(path):
if 'packages/sky/assets/material-design-icons/' in path:
return assets_filter(path)
+ if '.gitignore' in path:
+ return False
return True
« no previous file with comments | « no previous file | sky/shell/ui/engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698