builder

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2019 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrFailedUnfold is when the template failed building
	ErrFailedUnfold = errors.NewError("failed to unfold", 1)
	//ErrFailedExport is for a failure moving the static folder
	ErrFailedExport = errors.NewError("failed to export the output files", 2)
	//ErrNoOutputSpecified is for a failure in gathering files.
	ErrNoOutputSpecified = errors.NewError("no output folder specified", 3)
	//ErrFailedRemoveFile is for failling to remove the output folder.
	ErrFailedRemoveFile = errors.NewError("failed removing output folder", 4)
	//ErrFailedCache is for failing to do something in cache operations.
	ErrFailedCache = errors.NewError("failed in determaning if the cache should be invalidated:", 4)
)

Functions

func HeadlesStart added in v0.8.0

func HeadlesStart(configLocation string, output io.Writer)

HeadlesStart starts a headless parser which just parses one thing

func Start

func Start(isRefreshEnabled bool, isHost bool, configLocation string, isConfigSet bool, port string)

Start the build process

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL