File: rack-livereload.rb

package info (click to toggle)
ruby-rack-livereload 0.3.17%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 216 kB
  • sloc: javascript: 973; ruby: 470; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
6
require "rack/livereload"

class Rack::LiveReload
  VERSION = '0.3.17'
end