Skip to content

Commit a64fd21

Browse files
committed
bundle with pack-flat on ci
1 parent 4acf868 commit a64fd21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tasks/cibundle.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ var _bundle = require('./util/browserify_wrapper');
1515
// Browserify plotly.js and plotly.min.js
1616
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
1717
standalone: 'Plotly',
18-
pathToMinBundle: constants.pathToPlotlyDistMin,
19-
debug: true
18+
debug: true,
19+
compressAttrs: true,
20+
packFlat: true,
21+
pathToMinBundle: constants.pathToPlotlyDistMin
2022
});
2123

2224
// Browserify the geo assets

0 commit comments

Comments
 (0)