From 48380c61ff45d5f202685967ca72b0e22673c78b Mon Sep 17 00:00:00 2001 From: Ameer Jhan Date: Fri, 17 Aug 2018 09:40:35 +0530 Subject: [PATCH 1/3] Add express-slick-css to middleware.md --- en/resources/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/resources/middleware.md b/en/resources/middleware.md index d709ac0817..728f4eed0d 100755 --- a/en/resources/middleware.md +++ b/en/resources/middleware.md @@ -52,5 +52,5 @@ These are some additional popular middleware modules. | [static-expiry](https://github.com/paulwalker/connect-static-expiry) | Fingerprint URLs or caching headers for static assets.| | [view-helpers](https://github.com/madhums/node-view-helpers) | Common helper methods for views.| | [sriracha-admin](https://github.com/hdngr/siracha) | Dynamically generate an admin site for Mongoose. | - +| [express-slick-css](https://github.com/ameerthehacker/express-slick-css) | Remove unwanted css rules before sending response | For more middleware modules, see [http-framework](https://github.com/Raynos/http-framework#modules). From 26b6afc671d1bd4200efcb1e2345acb94aed606e Mon Sep 17 00:00:00 2001 From: Ameer Jhan Date: Fri, 17 Aug 2018 10:27:55 +0530 Subject: [PATCH 2/3] Fix last line issue --- en/resources/middleware.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/resources/middleware.md b/en/resources/middleware.md index 728f4eed0d..4ec172c22c 100755 --- a/en/resources/middleware.md +++ b/en/resources/middleware.md @@ -53,4 +53,5 @@ These are some additional popular middleware modules. | [view-helpers](https://github.com/madhums/node-view-helpers) | Common helper methods for views.| | [sriracha-admin](https://github.com/hdngr/siracha) | Dynamically generate an admin site for Mongoose. | | [express-slick-css](https://github.com/ameerthehacker/express-slick-css) | Remove unwanted css rules before sending response | + For more middleware modules, see [http-framework](https://github.com/Raynos/http-framework#modules). From 0f924bdc6c86b95dd9e759662635e00a97160d5b Mon Sep 17 00:00:00 2001 From: Ameer Jhan Date: Fri, 17 Aug 2018 10:30:03 +0530 Subject: [PATCH 3/3] Update description --- en/resources/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/resources/middleware.md b/en/resources/middleware.md index 4ec172c22c..b894c61da4 100755 --- a/en/resources/middleware.md +++ b/en/resources/middleware.md @@ -52,6 +52,6 @@ These are some additional popular middleware modules. | [static-expiry](https://github.com/paulwalker/connect-static-expiry) | Fingerprint URLs or caching headers for static assets.| | [view-helpers](https://github.com/madhums/node-view-helpers) | Common helper methods for views.| | [sriracha-admin](https://github.com/hdngr/siracha) | Dynamically generate an admin site for Mongoose. | -| [express-slick-css](https://github.com/ameerthehacker/express-slick-css) | Remove unwanted css rules before sending response | +| [express-slick-css](https://github.com/ameerthehacker/express-slick-css) | Remove unused css rules before sending response | For more middleware modules, see [http-framework](https://github.com/Raynos/http-framework#modules).