Add css and png files to bower.json
Nice job!
please add Leaflet.NavBar.css and image files to bower.json. These are necessary for proper asset loading.
Thanks!
Bower doesn't really have a spec for adding assets to bower.json to my knowledge...can you point me to an example of what you need?
I mean adding these files to main array in bower.json
Hi - thanks for the nice work David! I'm using this from vue/webpack and have it working with:
import "leaflet-navbar"
import "leaflet-navbar/Leaflet.NavBar.css"
It functions, navigating around the map - but the icons are missing...
So I'm not sure if there is a way to get images accessible to the plugin correctly with a require('leaflet-navbar/img/arrow-left_000000_14.png') //for example for each of the six images... But it doesn't really look set up for that - because of the direct references in the css... Any ideas?