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

Portabilityportable
Stabilitydevelopment
Maintainermariusz@scrive.com
Safe HaskellSafe-Infered

Static.Resources.Checker

Contents

Description

Basic consistency checker.

Synopsis

Checker

check :: 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.