Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Update/docs #270

Merged
merged 2 commits into from
Mar 12, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ Bower is a package manager used by Zurb to distribute Foundation. When you have

**Okay, so you'll need to have the following items installed before continuing.**

* [Node.js](http://nodejs.org): Due to an unresolved incompability issue with node-sass, we will need to use Node v. 0.10.33 (stable). [See this issue for a more detailed description](https://github.com/zurb/foundation-libsass-template/issues/16#issuecomment-76017152)
* [Mac installer](https://nodejs.org/dist/v0.10.33/node-v0.10.33.pkg)
* [Windows installer](https://nodejs.org/dist/v0.10.33/node-v0.10.33-x86.msi)
* [Windows x64 installer](https://nodejs.org/dist/v0.10.33/x64/node-v0.10.33-x64.msi)
* [Other release files](https://nodejs.org/dist/v0.10.33/)
* [Documentation](https://nodejs.org/docs/v0.10.33/api/)
* [Node.js](http://nodejs.org)
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`

Expand Down Expand Up @@ -61,9 +56,9 @@ Check for Foundation Updates? Run:

* `scss/foundation.scss`: Imports for Foundation components and your custom styles.
* `scss/config/_settings.scss`: Original Foundation 5 base settings
* `scss/assets/_icons.scss`: Foundation Icons
* `scss/site/_base.scss`: Basic styles for FoundationPress. These can be replaced by your needs.

* `scss/config/_custom-settings.scss`: Copy the settings you will modify to this file. Make it your own
* `scss/site/*.scss`: Unleash your creativity and make it look perfect. Create the files you need (and remember to make import statements for all your files in scss/foundation.scss)
* `css/foundation.css`: All Sass files are minified and compiled to this file
* `css/foundation.css.map`: CSS source maps

Expand Down