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

Unified Diff: packagerEdge.py

Issue 29574582: Issue 5535 - Replace our module system with webpack (Closed)
Patch Set: Addressed nit Created Oct. 13, 2017, 7:24 a.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') | templates/modules.js.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packagerEdge.py
diff --git a/packagerEdge.py b/packagerEdge.py
index 406a0bba7b9e10628fac7e8fa412d22f40330213..a7764923f3301c9626506a8f90cf0883f9ebe820 100644
--- a/packagerEdge.py
+++ b/packagerEdge.py
@@ -177,8 +177,8 @@ def createBuild(baseDir, type='edge', outFile=None, # noqa: preserve API.
else:
files.read(baseDir)
- if metadata.has_section('convert_js'):
- packagerChrome.convertJS(params, files)
+ if metadata.has_section('bundles'):
+ packagerChrome.create_bundles(params, files)
if metadata.has_section('preprocess'):
files.preprocess(metadata.options('preprocess'), {'needsExt': True})
« no previous file with comments | « packagerChrome.py ('k') | templates/modules.js.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld