Setup a foundation libsass site

From GLMWiki
Revision as of 07:09, 21 December 2014 by Kc8wxm (Talk | contribs)

Jump to: navigation, search

foundation --libsass

http://foundation.zurb.com/docs/sass.html

gitolite server

git clone git@cvs2:web/FoundationZurbProject.git

you'll need the following folders and files from this project

bower_components
node_modules
scss
Gruntfile.js
bower.json
package.json

create .gitignore file

*.DS_Store
/bower_components/*
/node_modules/*

run grunt if the theme folder and it will watch the scss directory

How to setup foundation after a git clone of the project

run these commands and it will setup your bower_components and node_modules directory. This will allow a clean setup from the project without having to copy any files over from an existing foundation project.

npm install
bower update

Then run grunt build and grunt to watch your files

grunt build
grunt