herringbone-0.1.1: A library for compiling and serving static web assets.

Safe HaskellNone
LanguageHaskell2010

Web.Herringbone.Preprocessor.StdIO

Synopsis

Documentation

makeStdIOPP Source

Arguments

:: Text

Name (identifies the preprocessor)

-> Text

Source filename extension (eg "sass")

-> Text

Destination filename extension (eg "css")

-> String

Program name

-> [String]

Arguments

-> PP 

Make a preprocessor which works over standard IO; reading input from stdin, and writing output to stdout.