From 45d0590dadb26340b0ec2f9e7acc9031033f3105 Mon Sep 17 00:00:00 2001 From: Michael Fairchild <mfairchild365@gmail.com> Date: Thu, 19 Feb 2015 14:40:56 -0600 Subject: [PATCH] Fix an error with the LESS process which was breaking make Use an older version of LESS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7736145..d8b4c0d9 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ $(CSS_OBJ): www/less/map.less $(LESSC) $(LESSHAT) $(WDN_MIXINS) $(LESSC) --clean-css $< $@ $(LESSC): - npm install less + npm install less@1.7.5 $(LESS_LIB)/%.less: @mkdir -p $(@D) -- GitLab