Skip to content

Html template preprocess parameter

Athan Clark requested to merge html-template-preprocess-parameter-20210816 into master

Allowing a (FilePath -> IO ()) parameter will grant us much more end-user customization of files (potentially generated during building). A prime example of this would be using HXT or cheerio.js to preprocess Html files before embedding them as template haskell.

Merge request reports