From 713467817aaaee559455d32838e57d8993a78cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Rusiczki?= Date: Fri, 8 Dec 2017 16:43:37 +0200 Subject: [PATCH] Remove link to severly outdated asset plugin (#6613) Merge pull request 6613 --- docs/_docs/plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index 61d48476..0cd17474 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -929,7 +929,6 @@ You can find a few useful plugins at the following locations: - [Jekyll-pagination](https://github.com/blackwinter/jekyll-pagination): Jekyll plugin to extend the pagination generator. - [Jekyll-tagging](https://github.com/pattex/jekyll-tagging): Jekyll plugin to automatically generate a tag cloud and tag pages. - [Jekyll-scholar](https://github.com/inukshuk/jekyll-scholar): Jekyll extensions for the blogging scholar. -- [Jekyll-asset_bundler](https://github.com/moshen/jekyll-asset_bundler): Bundles and minifies JavaScript and CSS. - [Jekyll-assets](http://jekyll.github.io/jekyll-assets/) by [ixti](https://github.com/ixti): Rails-alike assets pipeline (write assets in CoffeeScript, Sass, LESS etc; specify dependencies for automatic bundling using simple declarative comments in assets; minify and compress; use JST templates; cache bust; and many-many more). - [JAPR](https://github.com/kitsched/japr): Jekyll Asset Pipeline Reborn - Powerful asset pipeline for Jekyll that collects, converts and compresses JavaScript and CSS assets. - [File compressor](https://gist.github.com/2758691) by [mytharcher](https://github.com/mytharcher): Compress HTML and JavaScript files on site build.