hledger-web-0.22.1: A web interface for the hledger accounting tool.

Safe HaskellNone

Settings.StaticFiles

Synopsis

Documentation

staticSite :: IO StaticSource

use this to create your static file serving site staticSite :: IO Static.Static staticSite = if development then Static.staticDevel staticDir else Static.static staticDir

| This generates easy references to files in the static directory at compile time, giving you compile-time verification that referenced files exist. Warning: any files added to your static directory during run-time can't be accessed this way. You'll have to use their FilePath or URL to access them. $(staticFiles Settings.staticDir)