Filter for for compiling assets using Browserify and webassets.
Basic usage
from webassets.filter import register_filter
from webassets_browserify import Browserify
register_filter(Browserify)
Usage with Django
This requires django-assets.
from django_assets import Bundle, register
from webassets.filter import register_filter
from webassets_browserify import Browserify
register_filter(Browserify)
js = Bundle('js/main.js', filters='browserify', output='bundle.js',
depends='js/**/*.js')
register('js_all', js)
Release files for webassets-browserify 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| webassets-browserify-1.1.0.tar.gz | 2.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| webassets_browserify-1.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 6.7 kB
Release files / webassets-browserify-1.1.0.tar.gz
| Download URL | webassets-browserify-1.1.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cbfe6f1a8d6e388e7a03be8cca3eece2311c4e1cb776ef1d36065d717a567f27
|
|
BLAKE2b-256 checksum How to use checksums |
0ed1011b30efca0b52e0c1fc09c67f499acde0b60dd1063a833979874ed490ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / webassets_browserify-1.1.0-py2.py3-none-any.whl
| Download URL | webassets_browserify-1.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
2191216b91562cebe49dd38f0d377774cfabdb15bcdff67cf3d32a1ca5c6035e
|
|
BLAKE2b-256 checksum How to use checksums |
bcb9729210fed440b943a3eb7c2d23d4b40dc1fd8a257efaa0311bb4ee06def5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |