Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorgebg/webassets-livescript
- Owner: jorgebg
- Created: 2013-07-08T18:04:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-08T18:05:05.000Z (over 11 years ago)
- Last Synced: 2024-11-08T17:05:08.091Z (about 2 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/webassets-livescript
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LiveScriptenvironment.register('js', 'app.ls', filters=(LiveScript,), output='js/app.js')
```