From fb28c0292bbc15c34c47cd49fac25306ec0b6672 Mon Sep 17 00:00:00 2001 From: Tuomas Kareinen Date: Tue, 7 May 2013 00:06:38 +0300 Subject: [PATCH] Add link to jekyll-minibundle in the doc's plugins list --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index e8e7075d..36d932eb 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -427,6 +427,7 @@ There are a few useful, prebuilt plugins at the following locations: - [File compressor](https://gist.github.com/2758691) by [mytharcher](https://github.com/mytharcher): Compress HTML (\*.html) and JavaScript(\*.js) files when output. - [smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics. [Demo](http://saswatpadhi.github.com/) - [excerpts](http://blog.darkrefraction.com/2012/jekyll-excerpt-plugin.html) by [drawoc](https://github.com/drawoc): provides a nice way to implement page excerpts. +- [jekyll-minibundle](https://github.com/tkareine/jekyll-minibundle): Asset bundling and cache busting using external minification tool of your choice, no gem dependencies.
Jekyll Plugins Wanted