You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem lies with leaflet.css in bower_components/leaflet/dist/leaflet.css The current workaround is: Paths like url(images/layers.png) need to be changed to url('../images/layers.png') in order for grunt build to work.
The text was updated successfully, but these errors were encountered:
The problem lies with
leaflet.css
inbower_components/leaflet/dist/leaflet.css
The current workaround is: Paths likeurl(images/layers.png)
need to be changed tourl('../images/layers.png')
in order forgrunt build
to work.The text was updated successfully, but these errors were encountered: