File: rack-livereload.rb

package info (click to toggle)
ruby-rack-livereload 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: javascript: 974; ruby: 477; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 75 bytes parent folder | download
1
2
3
4
5
6
require "rack/livereload"

class Rack::LiveReload
  VERSION = '0.6.1'
end