Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hojberg/treadstone
Serves CSS, javascript and images using rack-combobot to combine Javascript.
https://github.com/hojberg/treadstone
Last synced: 20 days ago
JSON representation
Serves CSS, javascript and images using rack-combobot to combine Javascript.
- Host: GitHub
- URL: https://github.com/hojberg/treadstone
- Owner: hojberg
- Created: 2012-01-06T22:45:42.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T16:25:10.000Z (over 4 years ago)
- Last Synced: 2024-10-16T04:43:12.871Z (2 months ago)
- Language: Ruby
- Homepage: http://criticalpair.com
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Treadstone [![Build Status](https://secure.travis-ci.org/criticalpair/treadstone.png)](http://travis-ci.org/criticalpair/treadstone)
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:
```ruby
# config.ru
require 'treadstone'
run Treadstone::Application
```To run Treadstone
`rackup -p 3000`