Root folders

The project structure is based on Middleman. You can see the following folder in the root and this is what their function is:

Build

This folder contains the static pages that are deployed on http://ggw-prototype.goalgorilla.com. You should not work in this folder.

Data

This folder contains all data, stored in .yml files. This is convenient when we want to reuse template files and run them with different sets of data.

Source

This is our working folder. It contains all our template files, CSS, Javascript, images, fonts and navigation. When executing middleman, this folder is being watched and it triggers LiveReload upon changes.