Building Website
Generated Examples: public/examples/
The public/examples/ directory is automatically generated running make and is not part of the repository.
When bin/guard is running any changes to files in the src/examples/ directory cause automatic rebuilding
of the associated files in the public/examples/ directory.
HTML and CSS Generation
Haml is used to generate most of the HTML in the public/ directory.
kramdown is used to generate readme.html in public/ from Mardown markup.
Sass is used to generate the CSS assets. The Sass markup may be in the form of
*.sass or *.scss files
The Bourbon library of Sass mixins is included.