| Copyright | (c) Chris Penner 2019 |
|---|---|
| License | BSD3 |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Slick.Shake
Description
Synopsis
- slick :: Action () -> IO ()
- slickWithOpts :: ShakeOptions -> Action () -> IO ()
Documentation
slick :: Action () -> IO () Source #
Build your slick site. This is a good candidate for your main function.
Calls through to shakeArgsForward with extra verbosity
slickWithOpts :: ShakeOptions -> Action () -> IO () Source #
Build your slick site with the provided shake options. This is a good candidate for your main function.
| Calls through to shakeArgsForward with the provided options