File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,6 @@ var mainIndex = fs.readFileSync(pathToPlotlyIndex, 'utf-8');
2323var allTraces = fs . readdirSync ( path . join ( pathToSrc , 'traces' ) )
2424 . filter ( startsWithLowerCase ) ;
2525
26- // traces that exist which are not part of the main bundle.
27- var excludedTraces = [
28- 'parcoords-strict' ,
29- 'scattergl-strict' ,
30- 'scatterpolargl-strict' ,
31- 'splom-strict' ,
32- ] ;
33-
3426var allTransforms = fs . readdirSync ( path . join ( pathToSrc , 'transforms' ) )
3527 . filter ( function ( v ) {
3628 return startsWithLowerCase ( v ) && v !== 'helpers.js' ;
@@ -198,7 +190,6 @@ module.exports = {
198190
199191 allTransforms : allTransforms ,
200192 allTraces : allTraces ,
201- excludedTraces : excludedTraces ,
202193 mainIndex : mainIndex ,
203194 pathToPlotlyIndex : pathToPlotlyIndex ,
204195 pathToPlotlyStrict : pathToPlotlyStrict ,
You can’t perform that action at this time.
0 commit comments