From 8196f77371647806a019be14a8560d9564575b82 Mon Sep 17 00:00:00 2001 From: Elliot Charney Date: Wed, 7 Oct 2020 17:48:46 -0700 Subject: [PATCH 1/2] add alternative package to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f35da1b..6d6faadf 100644 --- a/README.md +++ b/README.md @@ -413,3 +413,10 @@ Then in your base jinja template: Enjoy your webpack with django :) + +# Alternatives to Django-Webpack-Loader + +_This package is no longer actively maintained. Below are known projects +that attempt to solve the same problem:_ + +* [Django Manifest Loader](https://github.com/shonin/django-manifest-loader) From 70f7d75d6043ef7c99a331a5c6b1cbfe6c9b671c Mon Sep 17 00:00:00 2001 From: Elliot Charney Date: Thu, 8 Oct 2020 07:43:43 -0700 Subject: [PATCH 2/2] update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d6faadf..e2e1f14b 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,6 @@ Enjoy your webpack with django :) # Alternatives to Django-Webpack-Loader -_This package is no longer actively maintained. Below are known projects -that attempt to solve the same problem:_ +_Below are known projects that attempt to solve the same problem:_ * [Django Manifest Loader](https://github.com/shonin/django-manifest-loader)