Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgrz/sinatra_assetpack_foundation_sample
Sample app combining Sinatra Assetpack and Foundation 5
https://github.com/kgrz/sinatra_assetpack_foundation_sample
Last synced: about 2 months ago
JSON representation
Sample app combining Sinatra Assetpack and Foundation 5
- Host: GitHub
- URL: https://github.com/kgrz/sinatra_assetpack_foundation_sample
- Owner: kgrz
- Created: 2014-04-05T11:29:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T11:29:26.000Z (almost 11 years ago)
- Last Synced: 2023-03-12T07:18:58.131Z (almost 2 years ago)
- Language: CSS
- Size: 185 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foundation Compass Template
The easiest way to get started with Foundation + Compass.
## Requirements
* Ruby 1.9+
* [Node.js](http://nodejs.org)
* [compass](http://compass-style.org/): `gem install compass`
* [bower](http://bower.io): `npm install bower -g`## Quickstart
* [Download this starter compass project and unzip it](https://github.com/zurb/foundation-compass-template/archive/master.zip)
* Run `bower install` to install the latest version of Foundation
Then when you're working on your project, just run the following command:```bash
compass watch
```## Upgrading
If you'd like to upgrade to a newer version of Foundation down the road just run:
```bash
bower update
```## Starting the app
Run `bundle install`
Run `ruby app.rb`Visit `http://localhost:4567/`