static-resources-0.1.7: JavaScript and Css files concat for http optimization. Now with LESS support.

Copyright(c) Scrive 2012
LicenseBSD-style (see the LICENSE file in the distribution)
Maintainermariusz@scrive.com
Stabilitydevelopment
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Static.Resources.Checker

Contents

Description

Basic consistency checker.

Synopsis

Checker

check :: String -> ResourceSpec -> IO (Either String ()) Source

Performs check. Left is error with some description. * Fails with css and js files avaible but not listed in spec. * Fails with css and js files that are in spec, but not avaible.