Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 530 Bytes

Builds.md

File metadata and controls

23 lines (16 loc) · 530 Bytes

Builds

Fleck comes in two builds, the default fully featured build and the bare build.

To get the bare build, build the binary using:

go build -tags=bare .

Differences

The bare build does not support:

  • cli options and flags
  • watch mode and live preview
  • colored output
  • extensive logs and time stamps for compilation steps
  • templates
  • styling
  • preprocessor

The bare builds reason for existence is to be light weight and only include the main feature of fleck, the markdown to html conversion.