forked from foundation/foundation-sites
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:zurb/foundation
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,11 +26,12 @@ You'll want to clone the Foundation repo first and install all the dependencies. | |
``` | ||
git clone [email protected]:zurb/foundation.git | ||
cd foundation | ||
npm install -g grunt-cli | ||
npm install -g grunt-cli bower | ||
npm install | ||
bower install | ||
``` | ||
|
||
Then just run `grunt` and the documentation will be compiled: | ||
Then just run `grunt build` and the documentation will be compiled: | ||
|
||
``` | ||
foundation/ | ||
|
@@ -40,4 +41,4 @@ foundation/ | |
│ └── ... | ||
``` | ||
|
||
Copyright (c) 2013 ZURB, inc. | ||
Copyright (c) 2014 ZURB, inc. |
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