This is a template to start your own project that uses Gulp and libsass!
This template is built based on cubistcastle's foundation-libsass-template for developers prefer Jade and Coffeescript.
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Gulp: Run
[sudo] npm install -g gulp
- Bower: Run
[sudo] npm install -g bower
git clone git@github.com:yangliu/foundation-libsass-jade-coffee-gulp-template.git
npm install && bower install
While you're working on your project, run:
gulp
or
gulp watch
And you're set!
src/sass/_settings.scss
: Foundation configuration settings go in heresrc/sass/app.scss
: Application styles go heresrc/js/*.js
: Javascript files go heresrc/coffee/*.coffee
: Coffeescript files go heresrc/jade/*.jade
: Jade templates go here