Sha256: 5bb7d10bef80a7ac0e608bcaecc0a738f1f2040cf71a5e93c4d7cc02ea856407

Contents?: true

Size: 239 Bytes

Versions: 15

Compression:

Stored size: 239 Bytes

Contents

#\ -p 3000
require 'serve'
require 'serve/rack'
require 'rack-livereload'
use Rack::LiveReload, no_swf: true

root = File.dirname(__FILE__) + '/output'
run Rack::Cascade.new [
  Serve::RackAdapter.new(root),
  Rack::Directory.new(root),
]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
scholarmarkdown-2.8.0 bin/template/config.ru
scholarmarkdown-2.7.0 bin/template/config.ru
scholarmarkdown-2.6.0 bin/template/config.ru
scholarmarkdown-2.5.0 bin/template/config.ru
scholarmarkdown-2.4.0 bin/template/config.ru
scholarmarkdown-2.3.0 bin/template/config.ru
scholarmarkdown-2.2.0 bin/template/config.ru
scholarmarkdown-2.1.0 bin/template/config.ru
scholarmarkdown-2.0.0 bin/template/config.ru
scholarmarkdown-1.4.0 bin/template/config.ru
scholarmarkdown-1.3.1 bin/template/config.ru
scholarmarkdown-1.3.0 bin/template/config.ru
scholarmarkdown-1.2.0 bin/template/config.ru
scholarmarkdown-1.1.0 bin/template/config.ru
scholarmarkdown-1.0.0 bin/template/config.ru