Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taktoa/wai-middleware-preprocessor

WAI middleware for static file preprocessors
https://github.com/taktoa/wai-middleware-preprocessor

haskell wai-middleware

Last synced: about 2 months ago
JSON representation

WAI middleware for static file preprocessors

Awesome Lists containing this project

README

        

# wai-middleware-preprocessor [![Build Status](https://travis-ci.org/taktoa/wai-middleware-preprocessor.svg)](https://travis-ci.org/taktoa/wai-middleware-preprocessor)[![Coverage Status](https://img.shields.io/coveralls/taktoa/wai-middleware-preprocessor/master.svg)](https://coveralls.io/r/taktoa/wai-middleware-preprocessor?branch=master)[![Hackage](https://img.shields.io/hackage/v/wai-middleware-preprocessor.svg)](https://hackage.haskell.org/package/wai-middleware-preprocessor)[![Hackage-Deps](https://img.shields.io/hackage-deps/v/wai-middleware-preprocessor.svg)](http://packdeps.haskellers.com/feed?needle=wai-middleware-preprocessor)[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/quick-guide-gplv3.html)

WAI middleware that intercepts requests to static files and runs preprocessor functions on them, to allow for easy integration of Javascript/CSS/image preprocessors.