Created
February 18, 2014 19:54
-
-
Save carlware/9078687 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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