[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 741b6be web: Remove all comments in the cleaned CSS
gitolite
ffmpeg-cvslog at ffmpeg.org
Sun Nov 16 20:10:43 CET 2014
The branch, master has been updated
via 741b6bed174261b3cc8604c285184b56a463cb5e (commit)
from 21133ad758fe53f9aa4a5e78751c4db95b979291 (commit)
- Log -----------------------------------------------------------------
commit 741b6bed174261b3cc8604c285184b56a463cb5e
Author: Timothy Gu <timothygu99 at gmail.com>
AuthorDate: Sat Nov 15 21:26:08 2014 -0800
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Sun Nov 16 20:09:50 2014 +0100
web: Remove all comments in the cleaned CSS
http://ffmpeg.org/css/style.min.css and the copy in ffmpeg/doc are both
generated using this option.
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
diff --git a/Makefile b/Makefile
index f13a36f..506a17f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ RSS_TARGET = htdocs/$(RSS_FILENAME)
CSS_SRCS = src/less/style.less
CSS_TARGET = htdocs/css/style.min.css
LESS_TARGET = htdocs/style.less
-LESSC_OPTIONS := --clean-css
+LESSC_OPTIONS := --clean-css --clean-option=--s0
BOWER_PACKAGES = bower.json
BOWER_COMPONENTS = htdocs/components
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list