hakyll-typescript-0.0.1.0: Typescript and javascript hakyll compilers.

Safe HaskellNone
LanguageHaskell2010

Hakyll.Typescript.JS

Description

Exports compressJsCompiler, which simply minifies javascript files (but not typescript). This is strictly less general than the functions found in Hakyll.Typescript.TS, but is useful when you want to skip over running the typescript compiler.

Synopsis

Documentation

compressJsCompiler :: Compiler (Item ByteString) Source #

Minifies the javascript Item.