From b6810cc1639f64ac53b1c3db384723d1c72080e9 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 13 Nov 2019 15:23:11 +0100 Subject: [PATCH] Mention required min. version of lessc (#7031) --- INSTALL | 3 ++- UPGRADING | 3 ++- skins/elastic/README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index bfaf91380..ee8fccee3 100644 --- a/INSTALL +++ b/INSTALL @@ -63,7 +63,8 @@ INSTALLATION 5. Point your browser to http://url-to-roundcube/installer/ 6. Follow the instructions of the install script (or see MANUAL CONFIGURATION) 7. After creating and testing the configuration, remove the installer directory -8. If you use git sources compile css files for the Elastic skin: +8. If you use git sources compile css files for the Elastic skin (required + lessc >= 1.5.0): $ cd skins/elastic $ lessc -x styles/styles.less > styles/styles.css $ lessc -x styles/print.less > styles/print.css diff --git a/UPGRADING b/UPGRADING index f0cc18141..06be7470d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -53,7 +53,8 @@ it on a unix system, you need to do the following operations by hand: - run `php composer.phar install --no-dev`. 4c. If you use git sources or the release package without dependencies update javascript dependencies by executing `bin/install-jsdeps.sh` script. -4d. If you use git sources compile css files for the Elastic skin: +4d. If you use git sources compile css files for the Elastic skin (required + lessc >= 1.5.0): $ cd skins/elastic $ lessc -x styles/styles.less > styles/styles.css $ lessc -x styles/print.less > styles/print.css diff --git a/skins/elastic/README.md b/skins/elastic/README.md index e844956a8..ed965de84 100644 --- a/skins/elastic/README.md +++ b/skins/elastic/README.md @@ -28,7 +28,7 @@ INSTALLATION ------------ All styles are written using LESS syntax. Thus it needs to be compiled -using the `lessc` command line tool. This comes with the `nodejs-less` +using the `lessc` (>= 1.5.0) command line tool. This comes with the `nodejs-less` RPM package which depends on nodejs. ``` $ lessc -x styles/styles.less > styles/styles.css