From 359d7035e3853a730983cf7d52ed0da8f44415dd Mon Sep 17 00:00:00 2001 From: swills Date: Sun, 9 Jun 2013 21:41:28 +0000 Subject: Ruby library for minifying CSS. Inspired by cssmin.js and YUI Compressor. WWW: https://github.com/rgrove/cssmin/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index 79a093379d9..f5027c26ca4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1281,6 +1281,7 @@ SUBDIR += rubygem-colorator SUBDIR += rubygem-colored SUBDIR += rubygem-compass + SUBDIR += rubygem-cssmin SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diffy SUBDIR += rubygem-escape_utils -- cgit