This is the frontend build environment for cc-commoners theme. It works with Foundation for Sites 6. Also includes a Sass compiler and another tasks in gulp for building dependencies files and minify images
To use this template, your computer needs:
This template can be installed with the Foundation CLI, or downloaded and set up manually.
Install the Foundation CLI with this command:
npm install foundation-cli --global
To install all the needed dependencies:
npm install
Finally, run gulp watch
to run the Sass compiler watch. It will re-run every time you save a Sass file.