aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-09-04 05:35:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-09-04 05:35:20 +0800
commit748c8cb7dcf6c596e7ad3a69a8d10458f45113b7 (patch)
tree7376158fd75a2a3b15c249760824450db85fabbb /textproc/Makefile
parent52959ec4b1687faac445b87c63562a7a35034886 (diff)
downloadfreebsd-ports-gnome-748c8cb7dcf6c596e7ad3a69a8d10458f45113b7.tar.gz
freebsd-ports-gnome-748c8cb7dcf6c596e7ad3a69a8d10458f45113b7.tar.zst
freebsd-ports-gnome-748c8cb7dcf6c596e7ad3a69a8d10458f45113b7.zip
- Add p5-CSS-Minifier 0.01
CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. The Mac/Internet Explorer comment hack will be minimized but not stripped and so will continue to function. This module understands space, horizontal tab, new line, carriage return, and form feed characters to be whitespace. Any other characters that may be considered whitespace are not minimized. These other characters include paragraph separator and vertical tab. For static CSS files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful. WWW: http://search.cpan.org/dist/CSS-Minifier/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index f9b056c88688..57b8a3dae1a5 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -473,6 +473,7 @@
SUBDIR += p5-CQL-Parser
SUBDIR += p5-CSS
SUBDIR += p5-CSS-Croco
+ SUBDIR += p5-CSS-Minifier
SUBDIR += p5-CSS-Minifier-XS
SUBDIR += p5-CSS-Packer
SUBDIR += p5-CSS-SAC