incise.middlewares.impl.incise

wrap-incise-parse

(wrap-incise-parse handler)

Call parse on each modified file in the given dir with each request.

wrap-parsers-reload

(wrap-parsers-reload handler)

Reload all parsers and transformers with each request.

wrap-reset-modified-files-with-source-change

(wrap-reset-modified-files-with-source-change handler & [options])

An almost copy of wrap-reload, but instead of reloading modified files this ensures that the next time parse is called all content files are re-parsed.

Takes the following options: :dirs - A list of directories that contain the source files. Defaults to [“src”].