Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuchan/sinatra-boilerplate
https://github.com/yuchan/sinatra-boilerplate
boilerplate
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuchan/sinatra-boilerplate
- Owner: yuchan
- Created: 2014-12-04T12:07:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T00:20:36.000Z (about 10 years ago)
- Last Synced: 2024-11-09T13:40:36.550Z (about 2 months ago)
- Topics: boilerplate
- Language: Ruby
- Homepage: http://sinatra-boilerplate.herokuapp.com/
- Size: 250 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sinatra-boilerplate
===================Yet another sinatra boilerplate.
This project is compatible with bower, and compiles assets files in realtime.I've been searching for best practice to handle assets in sinatra app.
A lot of websites taught me that sprocket is the best answer.
So far, you don't need grunt or other task runner.
I use live reload so that manual rackup never bothers you.
Of course, Sass, and Coffeescript are available.By default, I choose to use bootstrap, backbone.
Enjoy hacking!
My previous boilerplate experience is [here](https://github.com/yuchan/coffee-boilerplate).
heroku deployment
-----------------### prepare
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git
heroku addons:add heroku-postgresql### go!
git push heroku master