Skip to content

Commit dd7ccc5

Browse files
committed
change path to geo assets index file
1 parent 942e49e commit dd7ccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
pathToPlotlyDistMin: path.join(pathToDist, 'plotly.min.js'),
1616
pathToPlotlyDistWithMeta: path.join(pathToDist, 'plotly-with-meta.js'),
1717

18-
pathToPlotlyGeoAssetsSrc: path.join(pathToSrc, 'geo/geo-assets.js'),
18+
pathToPlotlyGeoAssetsSrc: path.join(pathToSrc, 'assets/geo_assets.js'),
1919
pathToPlotlyGeoAssetsDist: path.join(pathToDist, 'plotly-geo-assets.js'),
2020

2121
pathToFontSVG: path.join(pathToSrc, 'fonts/ploticon/ploticon.svg'),

0 commit comments

Comments
 (0)