Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df8005a

Browse files
committed
fixup including calendars and transforms in extra bundles
1 parent 7de7be9 commit df8005a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/extra_bundles.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ for(var i = 0; i < partialBundlePaths.length; i++) {
1515
index: opts.index,
1616
dist: opts.dist,
1717
distMin: opts.distMin,
18-
traceList: opts.traceList
18+
traceList: opts.traceList,
19+
transformList: opts.transformList,
20+
calendars: opts.calendars
1921
});
2022
}
2123

0 commit comments

Comments
 (0)