@@ -6,6 +6,7 @@ var pathToSrc = path.join(pathToRoot, 'src/');
6
6
var pathToLib = path . join ( pathToRoot , 'lib/' ) ;
7
7
var pathToImageTest = path . join ( pathToRoot , 'test/image' ) ;
8
8
var pathToStrictD3Module = path . join ( pathToRoot , 'test/strict-d3.js' ) ;
9
+ var pathToVendor = path . join ( pathToRoot , 'vendor/' ) ;
9
10
var pathToDist = path . join ( pathToRoot , 'dist/' ) ;
10
11
var pathToBuild = path . join ( pathToRoot , 'build/' ) ;
11
12
@@ -44,6 +45,7 @@ module.exports = {
44
45
pathToSrc : pathToSrc ,
45
46
pathToLib : pathToLib ,
46
47
pathToBuild : pathToBuild ,
48
+ pathToVendor : pathToVendor ,
47
49
pathToDist : pathToDist ,
48
50
49
51
pathToPlotlyIndex : path . join ( pathToLib , 'index.js' ) ,
@@ -62,6 +64,7 @@ module.exports = {
62
64
63
65
pathToTopojsonSrc : pathToTopojsonSrc ,
64
66
pathToTopojsonDist : path . join ( pathToDist , 'topojson/' ) ,
67
+ pathToTopojsonVendor : path . join ( pathToVendor , 'topojson/' ) ,
65
68
pathToPlotlyGeoAssetsSrc : path . join ( pathToSrc , 'assets/geo_assets.js' ) ,
66
69
pathToPlotlyGeoAssetsDist : path . join ( pathToDist , 'plotly-geo-assets.js' ) ,
67
70
0 commit comments