All pastes #2133031 Raw Edit

Untitled

public text v1 · immutable
#2133031 ·published 2012-03-28 03:56 UTC
rendered paste body
require 'nesta/env'
Nesta::Env.root = ::File.expand_path('.', ::File.dirname(__FILE__))

require 'nesta/app'

class Nesta::App
  set :public_folder, File.dirname(__FILE__) + '/content/static'
end

run Nesta::App