Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohndoh <roundcube@tehinterweb.co.uk>2020-10-08 16:48:40 +0300
committerGitHub <noreply@github.com>2020-10-08 16:48:40 +0300
commitd90432ec384c423d73a5a2a6fdf839e44ed95bc8 (patch)
tree1c0a64d2309043326dfe078ea7b4ebdbdd4e1488 /.ci/install.sh
parente797bbb9c6097b391f13bbdbcd09526e44379ff1 (diff)
Elastic: make custom less files optional (#7497)
* elastic: make custom less files optional * add installation note for Less clean-css plugin * Travis: try to install Less direct from npm * fix typo and remove redundant files
Diffstat (limited to '.ci/install.sh')
-rwxr-xr-x.ci/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index c07ba5294..655fa082b 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -20,3 +20,6 @@ composer remove endroid/qr-code --no-update
# Install PHP dependencies
composer install --prefer-dist
+
+# Install Less for Elastic CSS compilation
+npm install --force -g less