| 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)
|
|
|
|
|