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

Portabilityportable
Stabilitydevelopment
Maintainermariusz@scrive.com
Safe HaskellNone

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.