From b806bb0142e5615b697ef1a108874c6ce52b84db Mon Sep 17 00:00:00 2001 From: John Martin Date: Thu, 18 Oct 2012 18:04:57 +0200 Subject: [PATCH] Reverted previous change as main.less is now fixed for less 1.3.1 --- doc/frontend-development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/frontend-development.rst b/doc/frontend-development.rst index 7f4db93ad44..ab6326095b0 100644 --- a/doc/frontend-development.rst +++ b/doc/frontend-development.rst @@ -40,7 +40,7 @@ We also need nodewatch. :: - $ npm install less@1.3.0 nodewatch + $ npm install less nodewatch A watcher script can then be used to compile the CSS whenever the LESS changes: