Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
.