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 HaskellSafe-Inferred
LanguageHaskell98

Static.Resources.Spec

Contents

Description

Parsing static resources spec.

  • Line starting with word set is start of ResourceSet definition.
  • Line starting css, js or jsx defines Resource.
  • Line starting with ignore defines that some file should be ignored by checker.
  • ALL other lines are ignored

Sample spec

ignore main.css

set a
  js  a.js 
  css a.css
  css common.css

set b
  js  b.js    
  css b.css
  css common.css

Synopsis

Parsing