From d5f5707e426afcc7e61a8ee5e46e95b0c2e515b6 Mon Sep 17 00:00:00 2001 From: did Date: Fri, 27 May 2011 15:39:48 -0700 Subject: [PATCH] change the URL to the bushido js file --- lib/locomotive/hosting/bushido/middleware.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/locomotive/hosting/bushido/middleware.rb b/lib/locomotive/hosting/bushido/middleware.rb index d22e5b5b..d05820f6 100644 --- a/lib/locomotive/hosting/bushido/middleware.rb +++ b/lib/locomotive/hosting/bushido/middleware.rb @@ -5,7 +5,8 @@ module Locomotive module Bushido class Middleware - BUSHIDO_JS_URL = 'http://localhost:4567/javascripts/bushido.js' + # BUSHIDO_JS_URL = 'http://localhost:4567/javascripts/bushido.js' + BUSHIDO_JS_URL = 'http://bushi.do/api/bushido.js' include Rack::Utils