folder 'vendor/assets' do
  folder 'leaflet' do
    from 'https://github.com/kajic/leaflet-locationfilter.git' do
      file 'leaflet.locationfilter.css', 'src/locationfilter.css'
      file 'leaflet.locationfilter.js', 'src/locationfilter.js'
      folder 'img', 'src/img'
    end

    from 'https://github.com/openstreetmap/leaflet-osm.git' do
      file 'leaflet.osm.js', 'leaflet-osm.js'
    end
  end
end
