Skip to content

[BUG]: Preprocess build step copies ISO codes list to plotly.js dist/topojson folder #7636

@camdecoster

Description

@camdecoster

Description

The ISO codes list that was added in #7622 will be copied into the plotly.js dist/topojson folder during the release process. We should update the preprocess script to omit this file from the copy operation.

Steps to reproduce

  • Be on master
  • Run npm run preprocess
  • Note that country_names_iso_codes.json has been added to the dist/topojson folder

Notes

  • I think it makes sense to leave this in the topojson module folder (topojson/dist)
  • If copied to the dist/topojson folder, it could be confused with a topojson file (which it isn't)
  • It will also get copied to the CDN during that step

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions