Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created June 26, 2015 10:15
Show Gist options
  • Save anonymous/3eb6ed55afb6e0bf90f3 to your computer and use it in GitHub Desktop.
Save anonymous/3eb6ed55afb6e0bf90f3 to your computer and use it in GitHub Desktop.
use Rack::AppendTrailingSlash
use Rack::Static, :urls => ["/css/","/img/","/js/"], :root => "../public"
run WebApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment