8000 cleanup tasks/util/constants.js · plotly/plotly.js@867c98b · GitHub
[go: up one dir, main page]

Skip to content

Commit 867c98b

Browse files
committed
cleanup tasks/util/constants.js
1 parent 98d49be commit 867c98b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tasks/util/constants.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ var mainIndex = fs.readFileSync(pathToPlotlyIndex, 'utf-8');
2323
var 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-
3426
var 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,

0 commit comments

Comments
 (0)
0