Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layers.png not set at bower.json #6056

Closed
AndersonSchmidt opened this issue Feb 14, 2018 · 2 comments
Closed

Layers.png not set at bower.json #6056

AndersonSchmidt opened this issue Feb 14, 2018 · 2 comments

Comments

@AndersonSchmidt
Copy link

AndersonSchmidt commented Feb 14, 2018

The icon image to change the layers (layers.png) is not defined at bower.json:

  "main": [
    "dist/leaflet.css",
    "dist/leaflet-src.js"
  ]

I guess Leaflet's bower.json has to look like this: (This is Leaflet Draw's bower.json and it's just an example)

  "main": [
    "dist/leaflet.draw.js",
    "dist/leaflet.draw.css",
    "dist/images/spritesheet-2x.png",
    "dist/images/spritesheet.png",
    "dist/images/spritesheet.svg"
  ]
@Falke-Design
Copy link
Member

@mourner @jonkoops do we still support bower?

@jonkoops
Copy link
Collaborator

jonkoops commented Dec 3, 2021

Support for Bower was removed in #6635. The images were removed from Bower before that in #4481, as it was not allowed to have these kind of assets in the config file.

Closing this issue as it is no longer relevant.

@jonkoops jonkoops closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants