Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kolohelios/angular-foundation-env


https://github.com/kolohelios/angular-foundation-env

Last synced: 17 days ago
JSON representation

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
bundle exec compass watch
```

## Upgrading

If you'd like to upgrade to a newer version of Foundation down the road just run:

```bash
bower update
```