Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mislav/sinatra-boilerplate
Sinatra + Haml Sass Compass Bourbon CoffeeScript
https://github.com/mislav/sinatra-boilerplate
Last synced: 26 days ago
JSON representation
Sinatra + Haml Sass Compass Bourbon CoffeeScript
- Host: GitHub
- URL: https://github.com/mislav/sinatra-boilerplate
- Owner: mislav
- Created: 2011-07-04T14:53:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T23:20:43.000Z (about 12 years ago)
- Last Synced: 2024-02-14T20:39:41.373Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 41
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Sinatra base application
Features:
* Sets up Sass to try load & include Compass and Bourbon
* Mounts middleware that handles Sass & CoffeeScript compilation and HTTP cache
headers
* Sass output set to compressed in production
* JS files concatenated & minified in productionYou might want to:
* Pick either Compass or Bourbon and remove the other from bundle
* Remove Haml from bundle if not using it