Sinatra Stagehand
Sinatra with Bootstrap, jQuery, Haml, LESS and Sprockets.
Requirements
- Ruby (>= 1.9.3)
Out of the Box
- Sinatra
- Bower
- Twitter Bootstrap
- jQuery
- Sprockets (Asset Pipeline)
- Font Awesome
- Capistrano
Usage
To get a simple application setup and ready for hacking merely checkout and run a few commands to setup the dependencies.
$ git clone https://github.com/johnbellone/sinatra-stagehand
$ cd sinatra-stagehand
$ bundle install --binstubs
$ bower install
When additional packages are adding using Bower you merely need to run
another bower install
or if updating an existing package bower update bootstrap
.
The same obviously goes for any gems that are being utilized by the project.