This is a template to start your own project that uses gulp and libsass!
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- npm >= 2.0.0: pacakge manager for node, bundled with Node.js
git clone https://github.com/timaschew/foundation-libsass-template.git
cd foundation-libsass-template
npm install
npm run bower-install
npm run gulpAnd you're set!
bower_components: frontend assets for foundation and its dependencies, you should don't touch them, because if you update them, your changes will be overwrittengulp: actually this folder contains small task, which control the build steppublic: all files for your website will be bundled or copied into this directorysrc: this directory contains your app filesjs: your javascript files, they will be concatenated with foundations file into app.jsscss: your custom app stylespages: menu structure, will generate the navigationtemplates: 'contains you jade templates'