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)
Mon, Oct 6, 2:33 PM
Unknown Object (File)
Fri, Oct 3, 2:38 PM
Unknown Object (File)
Tue, Sep 30, 9:34 PM
Unknown Object (File)
Tue, Sep 30, 7:43 AM
Unknown Object (File)
Tue, Sep 30, 5:13 AM
Unknown Object (File)
Mon, Sep 29, 9:43 PM
Unknown Object (File)
Thu, Sep 25, 11:38 AM
Unknown Object (File)
Fri, Sep 19, 2:25 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.