change the URL to the bushido js file

This commit is contained in:
did 2011-05-27 15:39:48 -07:00
parent 1731536649
commit d5f5707e42

View File

@ -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