1
1
mirror of https://github.com/srid/rib.git synced 2024-11-26 13:50:31 +03:00

Expose ribInputDir and ribOutputDir

This commit is contained in:
Sridhar Ratnakumar 2019-12-28 20:15:24 -05:00
parent 54e0b66789
commit f638bb13b9
2 changed files with 4 additions and 1 deletions

View File

@ -2,9 +2,10 @@
## 0.6.0.0 - UNRELEASED
- Allow multiple parsers in the same static site
- API: Allow multiple parsers in the same static site
- Changes API of `Rib.buildHtmlMulti`, to use `Data.Some`
- Changes the `documentVal` of `Document` type, to use `Data.Dependent.DSum`
- API: Expose `ribInputDir` and `ribOutputDir` for use in custom Shake actions
- Fix #63: create intermediate directories when generating post HTML
## 0.5.0.0

View File

@ -20,6 +20,8 @@ module Rib.Shake
-- * Misc
buildStaticFiles,
Dirs (..),
ribInputDir,
ribOutputDir,
)
where