mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
Django's staticfiles or opaque wrappers. Django webpack loader consumes the output generated by webpack-bundle-tracker and lets you use the generated bundles in Django. WWW: https://pypi.org/project/django-webpack-loader Reviewed by: mat, 0mp Approved by: mat, 0mp Differential Revision: https://reviews.freebsd.org/D17185
8 lines
275 B
Text
8 lines
275 B
Text
Use webpack to generate your static bundles without
|
|
Django's staticfiles or opaque wrappers.
|
|
|
|
Django webpack loader consumes the output generated
|
|
by webpack-bundle-tracker and lets you use the
|
|
generated bundles in Django.
|
|
|
|
WWW: https://pypi.org/project/django-webpack-loader
|