Sha256: 55cc5da4270d1d0d4cc751d13d5e5baf286cd24420308a2df611fb2fab216c18
Contents?: true
Size: 156 Bytes
Versions: 5
Compression:
Stored size: 156 Bytes
Contents
# run with: thin --rackup config.ru -p 4567 start require 'app' use Rack::Static, :urls => ["/stylesheets"], :root => "public" run Sinatra::Application
Version data entries
5 entries across 5 versions & 1 rubygems