We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942e49e commit dd7ccc5Copy full SHA for dd7ccc5
tasks/util/constants.js
@@ -15,7 +15,7 @@ module.exports = {
15
pathToPlotlyDistMin: path.join(pathToDist, 'plotly.min.js'),
16
pathToPlotlyDistWithMeta: path.join(pathToDist, 'plotly-with-meta.js'),
17
18
- pathToPlotlyGeoAssetsSrc: path.join(pathToSrc, 'geo/geo-assets.js'),
+ pathToPlotlyGeoAssetsSrc: path.join(pathToSrc, 'assets/geo_assets.js'),
19
pathToPlotlyGeoAssetsDist: path.join(pathToDist, 'plotly-geo-assets.js'),
20
21
pathToFontSVG: path.join(pathToSrc, 'fonts/ploticon/ploticon.svg'),
0 commit comments