daluege / django-staticpreprocessor

Pre-processing of django static files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Static Preprocessor

https://badge.fury.io/py/django-staticpreprocessor.png https://travis-ci.org/lpomfrey/django-staticpreprocessor.png?branch=master https://coveralls.io/repos/lpomfrey/django-staticpreprocessor/badge.png?branch=master https://pypip.in/d/django-staticpreprocessor/badge.png

Overview

Pre-collectstatic static file pre-processing and compilation for Django.

In short, if you want to compile sass or less files, or handlebars or other templates before deploying and running collectstatic, you may want to use this.

Documentation is on ReadTheDocs.

About

Pre-processing of django static files

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%