No commit activity in last 3 years
No release in over 3 years
Sinatra with Bootstrap, Bower, jQuery, Haml, LESS and Sprockets!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Sinatra Stagehand

Sinatra with Bootstrap, jQuery, Haml, LESS and Sprockets.

Requirements

Out of the Box

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.