opensandiego / sd-playgrounds-parks

San Diego parks and playgrounds locator app
http://opensandiego.github.io/sd-playgrounds-parks
MIT License
5 stars 2 forks source link

Leaflet 0.7.5 UI images broken during Grunt build #11

Open 47ronin opened 9 years ago

47ronin commented 9 years ago

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.

47ronin commented 9 years ago

Leaflet 1.0-b2 is now available and may have fixed some dependency issues. Give it a shot https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-beta2-october-14-2015