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
- Host: GitHub
- URL: https://github.com/dfischer/sinatra-compass-jquery
- Owner: dfischer
- Created: 2010-08-21T23:50:43.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T09:37:20.000Z (over 15 years ago)
- Last Synced: 2025-01-15T15:39:04.291Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.danielfischer.com
- Size: 164 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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