Skip to content

Instantly share code, notes, and snippets.

@hannesfostie
Created November 12, 2013 08:47
Show Gist options
  • Save hannesfostie/842a45f38d5fb7baf2be to your computer and use it in GitHub Desktop.
Save hannesfostie/842a45f38d5fb7baf2be to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'rack'
log = File.new("rack.log", "a")
log.sync = true
STDOUT.reopen(log)
STDERR.reopen(log)
Bundler.require
require './jekyll_catcher.rb'
run JekyllCatcher::App.new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment