Home

Awesome

Tilt::Pipeline example app

An example Sinatra app for the Tilt::Pipeline gem.

Getting started

First install the require gems:

$ bundle

Then run the sinatra app:

$ bundle exec ruby app.rb

Now go to http://127.0.0.1:4567/ in your browser.