Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7bda74

Browse filesBrowse files
committed
🔪 obsolete packFlat options
- something I forgot to do in plotly#2572
1 parent 7acca0a commit f7bda74
Copy full SHA for f7bda74

File tree

2 files changed

+0
-4
lines changed
Filter options

2 files changed

+0
-4
lines changed

‎tasks/bundle.js

Copy file name to clipboardExpand all lines: tasks/bundle.js
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ tasks.push(function(cb) {
5151
standalone: 'Plotly',
5252
debug: DEV,
5353
compressAttrs: true,
54-
packFlat: true,
5554
pathToMinBundle: constants.pathToPlotlyDistMin
5655
}, cb);
5756
});
@@ -68,7 +67,6 @@ tasks.push(function(cb) {
6867
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyDistWithMeta, {
6968
standalone: 'Plotly',
7069
debug: DEV,
71-
packFlat: true
7270
}, function() {
7371
makeSchema(constants.pathToPlotlyDistWithMeta, constants.pathToSchema)();
7472
cb();
@@ -82,7 +80,6 @@ constants.partialBundlePaths.forEach(function(pathObj) {
8280
standalone: 'Plotly',
8381
debug: DEV,
8482
compressAttrs: true,
85-
packFlat: true,
8683
pathToMinBundle: pathObj.distMin
8784
}, cb);
8885
});

‎tasks/cibundle.js

Copy file name to clipboardExpand all lines: tasks/cibundle.js
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ _bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
1717
standalone: 'Plotly',
1818
debug: true,
1919
compressAttrs: true,
20-
packFlat: true,
2120
pathToMinBundle: constants.pathToPlotlyDistMin
2221
});
2322

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.