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