Skip to content
Snippets Groups Projects
Commit 45d0590d authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Fix an error with the LESS process which was breaking make

Use an older version of LESS
parent 5012a119
Branches
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ $(CSS_OBJ): www/less/map.less $(LESSC) $(LESSHAT) $(WDN_MIXINS) ...@@ -55,7 +55,7 @@ $(CSS_OBJ): www/less/map.less $(LESSC) $(LESSHAT) $(WDN_MIXINS)
$(LESSC) --clean-css $< $@ $(LESSC) --clean-css $< $@
$(LESSC): $(LESSC):
npm install less npm install less@1.7.5
$(LESS_LIB)/%.less: $(LESS_LIB)/%.less:
@mkdir -p $(@D) @mkdir -p $(@D)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment