Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: packagerSafari.py

Issue 29334229: Issue 3532 - Stop generating animation images at build time (Closed)
Patch Set: Removed imageCompression.py Created Jan. 22, 2016, 3:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packagerChrome.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerSafari.py
diff --git a/packagerSafari.py b/packagerSafari.py
index 7a12e237a86d30ce1f41d3b6aa56e3df7965cc62..02ed5667dc9c4441d6eab446de498723484cf456 100644
--- a/packagerSafari.py
+++ b/packagerSafari.py
@@ -237,10 +237,6 @@ def createBuild(baseDir, type, outFile=None, buildNum=None, releaseBuild=False,
if metadata.has_section('convert_js'):
convertJS(params, files)
- if metadata.has_section('convert_img'):
- from imageConversion import convertImages
- convertImages(params, files)
-
if metadata.has_section('preprocess'):
files.preprocess(
[f for f, _ in metadata.items('preprocess')],
« no previous file with comments | « packagerChrome.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld