hojberg / treadstone

Serves CSS, javascript and images using rack-combobot to combine Javascript.

Home Page:http://criticalpair.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treadstone Build Status

NOT YET PUSHED!

Serves JavaScript, CSS and images. Using rack-combobot to combine JavaScript and css.

install

gem install treadstone

Usage

Treadstone simply needs a public folder with assets and a rackup file.

All you need in the rackup (config.ru) file is this:

# config.ru
require 'treadstone'
run Treadstone::Application

To run Treadstone

rackup -p 3000

About

Serves CSS, javascript and images using rack-combobot to combine Javascript.

http://criticalpair.com


Languages

Language:Ruby 97.3%Language:JavaScript 2.7%