Page MenuHomeFreeBSD

New port: www/py-django-webpack-loader: Transparently use webpack with django
ClosedPublic

Authored by ultima on Sep 17 2018, 2:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 17 2024, 6:27 AM
Unknown Object (File)
Jan 13 2024, 9:59 AM
Unknown Object (File)
Jan 8 2024, 2:37 AM
Unknown Object (File)
Jan 8 2024, 2:36 AM
Unknown Object (File)
Jan 8 2024, 2:36 AM
Unknown Object (File)
Dec 31 2023, 8:00 AM
Unknown Object (File)
Dec 28 2023, 5:53 AM
Unknown Object (File)
Dec 20 2023, 3:15 AM
Subscribers

Details

Summary

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

Adding with Tools/scripts/addport which will add the entry to www/Makefile.

Test Plan

portest -AC:
looks fine.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp added inline comments.
www/py-django-webpack-loader/Makefile
11 ↗(On Diff #48091)

I'd capitalize django here as well

19 ↗(On Diff #48091)

Correct order: distutils autoplist concurrent

Based on: https://reviews.freebsd.org/D17152#366005

www/py-django-webpack-loader/pkg-descr
6 ↗(On Diff #48091)

There's a dot missing at the end. Also, django should probably be capitalized, right?

0mp added inline comments.
www/py-django-webpack-loader/pkg-descr
2 ↗(On Diff #48091)

I'd capitalize django here as well.

This revision is now accepted and ready to land.Sep 17 2018, 7:13 AM
ultima marked an inline comment as done.
ultima added inline comments.
www/py-django-webpack-loader/Makefile
19 ↗(On Diff #48091)

Thanks for the source. I usually keep this alphabetical.

This revision was automatically updated to reflect the committed changes.