7 lines
75 B
Ruby
7 lines
75 B
Ruby
|
require "rack/livereload"
|
||
|
|
||
|
class Rack::LiveReload
|
||
|
VERSION = '0.0.1'
|
||
|
end
|
||
|
|