]> git.openstreetmap.org Git - rails.git/blob - Vendorfile
Merge remote-tracking branch 'upstream/pull/7060'
[rails.git] / Vendorfile
1 folder 'vendor/assets' do
2   folder 'jquery' do
3     file 'jquery.throttle-debounce.js', 'https://raw.githubusercontent.com/cowboy/jquery-throttle-debounce/v1.1/jquery.ba-throttle-debounce.js'
4   end
5
6   folder 'leaflet' do
7     from 'https://github.com/kajic/leaflet-locationfilter.git' do
8       file 'leaflet.locationfilter.css', 'src/locationfilter.css'
9       file 'leaflet.locationfilter.js', 'src/locationfilter.js'
10       folder 'img', 'src/img'
11     end
12
13     from 'https://github.com/openstreetmap/leaflet-osm.git' do
14       file 'leaflet.osm.js', 'leaflet-osm.js'
15     end
16   end
17 end