From 4ee10fec434a1bbd30b646cea255e9b014f7bc2a Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 4 Dec 2015 16:40:21 +0000 Subject: [PATCH] MDL-51582 readme: update less building instructions I forgot to update this after the changes in 65d070a --- theme/bootstrapbase/less/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/bootstrapbase/less/README b/theme/bootstrapbase/less/README index f5f9d6639f0..02e59f58e70 100644 --- a/theme/bootstrapbase/less/README +++ b/theme/bootstrapbase/less/README @@ -7,9 +7,9 @@ is using grunt. See https://docs.moodle.org/dev/Grunt for details of how to install grunt. -Once grunt is installed run the 'less' task: +Once grunt is installed run the 'css' task: - $ grunt less + $ grunt css And the css files will be compiled. -- 2.43.0