]> git.openstreetmap.org Git - rails.git/blob - Vendorfile
Merge remote-tracking branch 'upstream/pull/7190'
[rails.git] / Vendorfile
1 folder 'vendor/assets' do
2   folder 'leaflet' do
3     from 'https://github.com/kajic/leaflet-locationfilter.git' do
4       file 'leaflet.locationfilter.css', 'src/locationfilter.css'
5       file 'leaflet.locationfilter.js', 'src/locationfilter.js'
6       folder 'img', 'src/img'
7     end
8
9     from 'https://github.com/openstreetmap/leaflet-osm.git' do
10       file 'leaflet.osm.js', 'leaflet-osm.js'
11     end
12   end
13 end