Move leaflet.contextmenu 3rd party code to "vendor" folder

This commit is contained in:
Dan Stowell 2015-08-17 08:55:48 +01:00
parent e5b5faad72
commit 0fa051fb40
3 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,11 @@ folder 'vendor/assets' do
file "images/#{image}", "http://cdn.leafletjs.com/leaflet-0.7.3/images/#{image}" file "images/#{image}", "http://cdn.leafletjs.com/leaflet-0.7.3/images/#{image}"
end end
from 'git://github.com/aratcliffe/Leaflet.contextmenu.git' do
file 'leaflet.contextmenu.js', 'dist/leaflet.contextmenu.js'
file 'leaflet.contextmenu.css', 'dist/leaflet.contextmenu.css'
end
from 'git://github.com/kajic/leaflet-locationfilter.git' do from 'git://github.com/kajic/leaflet-locationfilter.git' do
file 'leaflet.locationfilter.css', 'src/locationfilter.css' file 'leaflet.locationfilter.css', 'src/locationfilter.css'
file 'leaflet.locationfilter.js', 'src/locationfilter.js' file 'leaflet.locationfilter.js', 'src/locationfilter.js'