Opinionated - metamn/ssgg GitHub Wiki

SSGG tries to include just a few basic rules as requirements to stay as flexible as possible.

  1. There should be a home/index.html.swig entry for both the site and the styleguide

  2. There should be a config.json entry for both the site and the styleguide

  3. There should be a site/assets/styles/site.scss and a styleguide/assets/styles/styleguide.scss file @importing all other .scss files from components. These two files will be then compiled and minified with gulp scss.

  4. There should be a kss.json file inside the styleguide. On the first run it can be empty later will be populated by the gulp styleguide task.