Move leaflet.contextmenu 3rd party code to "vendor" folder
This commit is contained in:
parent
e5b5faad72
commit
0fa051fb40
3 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ folder 'vendor/assets' do
|
|||
file "images/#{image}", "http://cdn.leafletjs.com/leaflet-0.7.3/images/#{image}"
|
||||
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
|
||||
file 'leaflet.locationfilter.css', 'src/locationfilter.css'
|
||||
file 'leaflet.locationfilter.js', 'src/locationfilter.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue