ChrisPenner / slick

Static site generator built on Shake configured in Haskell
BSD 3-Clause "New" or "Revised" License
204 stars 24 forks source link

Readme example doesn't work #25

Closed isovector closed 2 years ago

isovector commented 2 years ago

When running:

user error (When running in forward mode you must set shakeLintInside to specify where to detect dependencies)

*** Exception: ExitFailure 1
isovector commented 2 years ago

Requires

  let shOpts =
        forwardOptions $ shakeOptions
          { shakeVerbosity = Chatty
          , shakeLintInside = ["./site/"]
          }
ChrisPenner commented 2 years ago

Thanks dude, updated the README.

Hope you got things working for ya.