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

Unified Diff: chrome/browser/resources/vulcanize.py

Issue 2268863002: MD History: Run polymer-css-build over vulcanized output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: MD History: Run polymer-css-build over vulcanized output Created 4 years, 3 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 | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | docs/vulcanize.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vulcanize.py
diff --git a/chrome/browser/resources/vulcanize.py b/chrome/browser/resources/vulcanize.py
index 789fff2605e7134b52efb1700611edd15fe7f482..dfaf3574834419dcff7e6a4d72710055a643bc29 100755
--- a/chrome/browser/resources/vulcanize.py
+++ b/chrome/browser/resources/vulcanize.py
@@ -92,6 +92,7 @@ def _vulcanize(directory, host, html_in_file, html_out_file='vulcanized.html',
'--beautify', 'indent-level=2,quote_style=3',
'--comments', '/Copyright|license|LICENSE|\<\/?if/',
'--output', js_out_path])
+ _run_cmd(['polymer-css-build', html_out_path])
finally:
os.remove(tmp.name)
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | docs/vulcanize.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698