This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
sinatra-static-assets
Watch
1
Star
0
Fork
You've already forked sinatra-static-assets
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
60f9dce62b
sinatra-static-assets
/
examples
/
rwinter
/
config.ru
9 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ready first version of reusable apps dispatching.
2009-06-01 22:00:42 +00:00
require 'winter'
First commit.
2009-06-01 17:53:37 +00:00
Ready first version of reusable apps dispatching.
2009-06-01 22:00:42 +00:00
use Rack::ShowExceptions
use Rack::Lint
First commit.
2009-06-01 17:53:37 +00:00
Ready first version of reusable apps dispatching.
2009-06-01 22:00:42 +00:00
map '/' do
run Sinatra::Winter.new
First commit.
2009-06-01 17:53:37 +00:00
end