[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 383c63c Revert "web: Remove all comments in the cleaned CSS"
gitolite
ffmpeg-cvslog at ffmpeg.org
Tue Nov 18 23:34:00 CET 2014
The branch, master has been updated
via 383c63c29082e7fdc777f02d6a9f96b4d1fc4f7d (commit)
from e502cd0bf52ed803ebf2c4aa6a321d711e52c2e3 (commit)
- Log -----------------------------------------------------------------
commit 383c63c29082e7fdc777f02d6a9f96b4d1fc4f7d
Author: Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Tue Nov 18 23:32:49 2014 +0100
Commit: Michael Niedermayer <michaelni at gmx.at>
CommitDate: Tue Nov 18 23:32:49 2014 +0100
Revert "web: Remove all comments in the cleaned CSS"
It appears the lessc installed on the server has problems with this option
This reverts commit 741b6bed174261b3cc8604c285184b56a463cb5e.
diff --git a/Makefile b/Makefile
index 506a17f..f13a36f 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 --clean-option=--s0
+LESSC_OPTIONS := --clean-css
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