Sha256: 981d929550cb2e48f7c957080f46c238e8bebb2366eb7ab40c214d37c6100c6b

Contents?: true

Size: 275 Bytes

Versions: 23

Compression:

Stored size: 275 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'rack'
require 'adsf'

app = Rack::Builder.new do
  use Rack::CommonLogger
  use Rack::ShowExceptions
  use Rack::Head
  use Adsf::Rack::IndexFileFinder, :root => 'output'
  run Rack::File.new('output')
end.to_app

run app

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bootstrap-bookingsync-sass-3.0.0 docs/config.ru
bootstrap-bookingsync-sass-2.0.0 docs/config.ru
bootstrap-bookingsync-sass-1.0.5 docs/config.ru
bootstrap-bookingsync-sass-1.0.4 docs/config.ru
bootstrap-bookingsync-sass-1.0.3 docs/config.ru
bootstrap-bookingsync-sass-1.0.2 docs/config.ru
bootstrap-bookingsync-sass-1.0.1 docs/config.ru
bootstrap-bookingsync-sass-1.0.0 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta12 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta11 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta10 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta9 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta8 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta7 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta6 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta5 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta4 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta3 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta2 docs/config.ru
bootstrap-bookingsync-sass-1.0.0.beta1 docs/config.ru