faassen / bowerstatic

Serve Bower-managed static resources using WSGI
BSD 3-Clause "New" or "Revised" License
49 stars 17 forks source link

how to support .less? #12

Open faassen opened 10 years ago

faassen commented 10 years ago

If we want to include .less how would we do it? We need to also include the less js to help compile it.

And what if a main lists both a css and a less, such as bootstrap does?