Skip to content

Instantly share code, notes, and snippets.

@carlware
Created February 18, 2014 19:54
Show Gist options
  • Save carlware/9078687 to your computer and use it in GitHub Desktop.
Save carlware/9078687 to your computer and use it in GitHub Desktop.
1. Install bower
npm install -g bower grunt-cli
2. Install foundation
gem install foundation
3. Create new project
foundation new <myproject path> && cd <myproject path>
4. Using bower
bower install foundation --allow-root
5. compass watch
If compass is no installed, do this first. First install sass, there is an issue when compass install sass as dependency
Issue https://github.com/chriseppstein/compass/issues/1513
1.
gem install sass
2.
gem install comppass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment