marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
96 stars 9 forks source link

CSS/JS Combiner/Minifier Extension #119

Closed amcgregor closed 8 years ago

amcgregor commented 12 years ago

Automatically extract CSS/JS references from rendered templates and combine + minify them, replacing multiple references with the single combined reference, caching the result.

(Really, this is a callable passed to every template which you can optionally use.)