Skip to content

Commit 33c46a4

Browse files
committed
ci build should pass same _bundle arguments as regular build
1 parent 860cdb6 commit 33c46a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tasks/cibundle.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ var tasks = [];
1919
// Bundle plotly.js
2020
tasks.push(function(done) {
2121
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
22-
noCompressAttributes: true,
2322
}, done)
2423
});
2524

2625
// Bundle plotly.min.js
2726
tasks.push(function(done) {
2827
_bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuildMin, {
2928
minify: true,
30-
noCompressAttributes: true,
3129
}, done)
3230
});
3331

0 commit comments

Comments
 (0)