[openstreetmap/openstreetmap-website] include iD as npm package (PR #6565)

Pablo Brasero notifications at github.com
Wed Nov 26 12:37:48 UTC 2025


@pablobm commented on this pull request.



> @@ -22,7 +22,7 @@ document.addEventListener("DOMContentLoaded", function () {
 
     const id = idContext
       .embed(true)
-      .assetPath("iD/")
+      .assetPath("@openstreetmap/id/dist/")

Wrong path here, at least in my machine where the correct one appears to be the following:

```suggestion
      .assetPath("assets/@openstreetmap/id/dist/")
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6565#pullrequestreview-3510614372
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6565/review/3510614372 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251126/162fc5fc/attachment.htm>


More information about the rails-dev mailing list