Skip to content

Instantly share code, notes, and snippets.

@mostlyobvious
Created January 23, 2013 21:41
Show Gist options
  • Save mostlyobvious/4613892 to your computer and use it in GitHub Desktop.
Save mostlyobvious/4613892 to your computer and use it in GitHub Desktop.
require 'bundler/setup'
Bundler.require
use Rack::CommonLogger, $stderr
use Rack::ShowExceptions
run Nanoc::Extra::AutoCompiler.new('.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment