File tree 2 files changed +0
-4
lines changed
Filter options
2 files changed +0
-4
lines changed
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ tasks.push(function(cb) {
51
51
standalone : 'Plotly' ,
52
52
debug : DEV ,
53
53
compressAttrs : true ,
54
- packFlat : true ,
55
54
pathToMinBundle : constants . pathToPlotlyDistMin
56
55
} , cb ) ;
57
56
} ) ;
@@ -68,7 +67,6 @@ tasks.push(function(cb) {
68
67
_bundle ( constants . pathToPlotlyIndex , constants . pathToPlotlyDistWithMeta , {
69
68
standalone : 'Plotly' ,
70
69
debug : DEV ,
71
- packFlat : true
72
70
} , function ( ) {
73
71
makeSchema ( constants . pathToPlotlyDistWithMeta , constants . pathToSchema ) ( ) ;
74
72
cb ( ) ;
@@ -82,7 +80,6 @@ constants.partialBundlePaths.forEach(function(pathObj) {
82
80
standalone : 'Plotly' ,
83
81
debug : DEV ,
84
82
compressAttrs : true ,
85
- packFlat : true ,
86
83
pathToMinBundle : pathObj . distMin
87
84
} , cb ) ;
88
85
} ) ;
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ _bundle(constants.pathToPlotlyIndex, constants.pathToPlotlyBuild, {
17
17
standalone : 'Plotly' ,
18
18
debug : true ,
19
19
compressAttrs : true ,
20
- packFlat : true ,
21
20
pathToMinBundle : constants . pathToPlotlyDistMin
22
21
} ) ;
23
22
You can’t perform that action at this time.
0 commit comments