Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.07 KB

BUILD.adoc

File metadata and controls

42 lines (30 loc) · 1.07 KB

Build

Build and test HTML site

make all

Note: While we have removed the epub and pdf from our published pages, the targets are still available for experimenting.

Since asciidoctor does not support a linter yet, we have setup markdownlint as an experiment to support coding standards. To install and check for violations use

make lint

If linting with the suggested rules proves helpful we will integrate this target into the a pre-commit-hook to enforce a common style and append it to the all-target.

Note: We have currently not tested the capability of markdownlint (or make format) to fix linter violations.

Generate Custom CSS

In order to generate custom CSS we have to use stylesheet-factory

This script clones the factory repository, installs the dependencies and generates CSS based in the zalando.scss

.scripts/build-css.sh