Sha256: 42bd8bb87a1e98845199f1d875dc50249d18d0c4d327de554ac6839ab03edfc6

Contents?: true

Size: 483 Bytes

Versions: 22

Compression:

Stored size: 483 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

require 'gumdrop'

Gumdrop.config.auto_run= false
Gumdrop.config.force_reload= true

#require 'rack/static'
#use Rack::Static, :urls => ["/media"], :root => "source"
#use Rack::Static, :urls => ["/theme/images"], :root => "source"


run Gumdrop::Server

Version data entries

22 entries across 11 versions & 1 rubygems

Version Path
gumdrop-0.5.2 templates/default/config.ru
gumdrop-0.5.2 templates/backbone/config.ru
gumdrop-0.5.1 templates/default/config.ru
gumdrop-0.5.1 templates/backbone/config.ru
gumdrop-0.5 templates/backbone/config.ru
gumdrop-0.5 templates/default/config.ru
gumdrop-0.4.0 lib/gumdrop/template/default/config.ru
gumdrop-0.4.0 lib/gumdrop/template/backbone/config.ru
gumdrop-0.3.10 lib/gumdrop/template/backbone/config.ru
gumdrop-0.3.10 lib/gumdrop/template/default/config.ru
gumdrop-0.3.9 lib/gumdrop/template/backbone/config.ru
gumdrop-0.3.9 lib/gumdrop/template/default/config.ru
gumdrop-0.3.8 lib/gumdrop/template/backbone/config.ru
gumdrop-0.3.8 lib/gumdrop/template/default/config.ru
gumdrop-0.3.7 lib/gumdrop/template/default/config.ru
gumdrop-0.3.7 lib/gumdrop/template/backbone/config.ru
gumdrop-0.3.6 lib/gumdrop/template/default/config.ru
gumdrop-0.3.6 lib/gumdrop/template/backbone/config.ru
gumdrop-0.3.5 lib/gumdrop/template/default/config.ru
gumdrop-0.3.5 lib/gumdrop/template/backbone/config.ru