Safe Haskell | None |
---|
Happstack.Server.YUI.Bundle
- isYUIFile :: FilePath -> IO Bool
- readYUIFile :: FilePath -> IO ByteString
Documentation
isYUIFile :: FilePath -> IO BoolSource
Tells if a file is included in the YUI bundle.
>>>
isYUIFile "yui/yui-min.js"
True
readYUIFile :: FilePath -> IO ByteStringSource
Reads the contents of a file included in the YUI bundle.