From 35fdf0aa3351757396d7babbf5b522ca89eb4872 Mon Sep 17 00:00:00 2001 From: Ole Fredrik Lie Date: Thu, 12 Mar 2015 15:40:42 +0100 Subject: [PATCH 1/2] nodejs v.0.12.0 now compatible with node-sass --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index af0559d58..9359ef559 100644 --- a/README.md +++ b/README.md @@ -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` From bb4ba8b782a6cee23ac27cabbdbd0d69605f5455 Mon Sep 17 00:00:00 2001 From: Ole Fredrik Lie Date: Thu, 12 Mar 2015 15:48:01 +0100 Subject: [PATCH 2/2] Modified description on stylesheets --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9359ef559..4af0a2835 100644 --- a/README.md +++ b/README.md @@ -56,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