]> git.openstreetmap.org Git - rails.git/commitdiff
Rename directions_engines to directions
authorTom Hughes <tom@compton.nu>
Sun, 1 Feb 2015 12:56:51 +0000 (12:56 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Feb 2015 12:58:08 +0000 (12:58 +0000)
app/assets/javascripts/index/directions.js.erb
app/assets/javascripts/index/directions/graphhopper.js [moved from app/assets/javascripts/index/directions_engines/graphhopper.js with 100% similarity]
app/assets/javascripts/index/directions/mapquest.js [moved from app/assets/javascripts/index/directions_engines/mapquest.js with 100% similarity]
app/assets/javascripts/index/directions/osrm.js [moved from app/assets/javascripts/index/directions_engines/osrm.js with 100% similarity]

index d18fba65b65ec0d69ac0e794231380c2e324f0a4..72299ea1dd79e8f02d2efb7d8b188f75ebd0f78a 100644 (file)
@@ -1,5 +1,5 @@
 //= require_self
-//= require_tree ./directions_engines
+//= require_tree ./directions
 
 OSM.Directions = function (map) {
   var awaitingGeocode; // true if the user has requested a route, but we're waiting on a geocode result