Difference between revisions of "Setup a foundation libsass site"
From GLMWiki
(New page: == 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 th...) |
(→foundation --libsass) |
||
Line 21: | Line 21: | ||
/node_modules/* | /node_modules/* | ||
</pre> | </pre> | ||
+ | |||
+ | run grunt if the theme folder and it will watch the scss directory |
Revision as of 15:50, 3 December 2014
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