Skip to content

Commit a2e15e2

Browse files
committed
Docs
1 parent 426d17f commit a2e15e2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,13 @@ The most popular manifest tool is [owais/django-webpack-loader](https://github.c
109109
Owais has provided a great set of docs and examples, so it's your best bet for integrating webpack into your
110110
project.
111111

112-
If you need support for non-Django projects - or you want to use webpack with a decoupled library or app -
113-
[markfinger/python-webpack-manifest](https://github.com/markfinger/python-webpack-manifest) will sort you out.
112+
If you aren't running a Django system, or you need portable manifests that can be decoupled and deployed,
113+
[markfinger/python-webpack-manifest](https://github.com/markfinger/python-webpack-manifest) might suit your
114+
needs.
114115

115116
There's also [markfinger/python-webpack](https://github.com/markfinger/python-webpack), but it's a bit more
116-
heavy handed and is only of use if you need a really tight coupling between your python and javascript worlds.
117+
heavy handed, abstract, and is only of use if you need a really tight coupling between your python and
118+
javascript worlds.
117119

118120

119121
render_component

0 commit comments

Comments
 (0)