Skip to content

Instantly share code, notes, and snippets.

@opheliasdaisies
Created February 20, 2014 05:03
Show Gist options
  • Save opheliasdaisies/9107335 to your computer and use it in GitHub Desktop.
Save opheliasdaisies/9107335 to your computer and use it in GitHub Desktop.
configure do
set :root, File.dirname(__FILE__)
set :public_folder, "public/app"
end
get "/" do
File.read("public/app/index.html")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment