X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba1268ead6a78ca0c8f2b3ae6f048fafc9852aff..42b7c5802db2b295ee3a3ed09fbc8c234bd65248:/Vendorfile diff --git a/Vendorfile b/Vendorfile index f4cdd33cf..7d7e7a66a 100644 --- a/Vendorfile +++ b/Vendorfile @@ -1,5 +1,6 @@ folder 'vendor/assets' do folder 'jquery' do + file 'jquery.cookie.js', 'https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js' file 'jquery.throttle-debounce.js', 'https://raw.github.com/cowboy/jquery-throttle-debounce/v1.1/jquery.ba-throttle-debounce.js' file 'jquery.simulate.js', 'https://raw.github.com/jquery/jquery-ui/master/tests/jquery.simulate.js' end @@ -41,7 +42,7 @@ folder 'vendor/assets' do end folder 'iD' do - from 'git://github.com/systemed/iD', :branch => 'release' do + from 'git://github.com/openstreetmap/iD', :branch => 'release' do folder 'iD/img', 'dist/img' folder 'iD/locales', 'dist/locales' file 'iD.css.erb', 'dist/iD.css' do |path|