Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jorgebg/webassets-livescript

webassets filter for livescript
https://github.com/jorgebg/webassets-livescript

Last synced: about 2 months ago
JSON representation

webassets filter for livescript

Awesome Lists containing this project

README

        

[webassets](https://webassets.readthedocs.org) filter for [livescript](http://livescript.net/)

Installation:
```bash
pip install webassets-livescript
```

Usage:
```python
#...
from webassets_livescript import LiveScript

environment.register('js', 'app.ls', filters=(LiveScript,), output='js/app.js')
```