Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 822 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 822 Bytes

Frontend Build for cc-commoners theme

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

Installation

To use this template, your computer needs:

This template can be installed with the Foundation CLI, or downloaded and set up manually.

Using the CLI

Install the Foundation CLI with this command:

npm install foundation-cli --global

Setup

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.