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)
Nov 11 2024, 12:59 AM
Unknown Object (File)
Nov 11 2024, 12:59 AM
Unknown Object (File)
Nov 11 2024, 12:52 AM
Unknown Object (File)
Nov 11 2024, 12:38 AM
Unknown Object (File)
Nov 8 2024, 2:39 AM
Unknown Object (File)
Nov 1 2024, 8:09 AM
Unknown Object (File)
Oct 25 2024, 4:08 AM
Unknown Object (File)
Oct 3 2024, 6:56 PM
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.