https://github.com/toomanybees/sinatra-sprockets-boilerplate
Blank Sinatra app with a Sprockets asset pipeline
https://github.com/toomanybees/sinatra-sprockets-boilerplate
Last synced: about 1 year ago
JSON representation
Blank Sinatra app with a Sprockets asset pipeline
- Host: GitHub
- URL: https://github.com/toomanybees/sinatra-sprockets-boilerplate
- Owner: TooManyBees
- License: other
- Created: 2016-04-24T20:01:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-24T20:38:50.000Z (about 10 years ago)
- Last Synced: 2025-03-11T08:22:57.276Z (over 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sinatra Boilerplate
Unraveling the eldritch mystery that is *Sprockets outside of rails* is a task that has addled my feeble mortal mind for far too long. This starter app ensures it never again casts its long shadow across my new Sinatra apps.
Starter app that includes:
* [Sinatra](https://github.com/sinatra/sinatra)
* [Sprockets](https://github.com/rails/sprockets)
* [Sass](https://github.com/sass/sass)
* [Sequel](https://github.com/jeremyevans/sequel/) & Postgres
* Nginx & Unicorn
Sequel/Postgres/Nginx/Unicorn are not as wholly baked into the setup as Sprockets. The point of this boilerplate repo is really just to get an easy asset pipeline working out of the box. All other opinions proclaimed by this app are optional to its functionality.
Unicorn and nginx configs assume the app's location to be `/opt/www`