An open API service indexing awesome lists of open source software.

https://github.com/dfischer/sinatra-compass-jquery

Sinatra bootstrapped with Compass, Sass & jQuery
https://github.com/dfischer/sinatra-compass-jquery

Last synced: 29 days ago
JSON representation

Sinatra bootstrapped with Compass, Sass & jQuery

Awesome Lists containing this project

README

          

# Quickstart

Clone, and fire up `ruby app.rb` and you should be good to go!

Don't forget to run `compass -w` if you make changes to your
stylesheets. Sinatra doesn't know how to recompile the stylesheets on
its own. You have to force it / poll it with the above compass flag.

# Contributors
Daniel Fischer

## This borrows a lot of code from the two main Compass/Sinatra examples.

* http://github.com/chriseppstein/compass-sinatra
* http://github.com/adamstac/sinatra-bootstrap