From 41348577941b51326ace9f111dddcfc0c9e16030 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Fri, 6 Feb 2015 16:52:41 -0500 Subject: [PATCH] Point Makefile to local broccoli-cli install for jenkins --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d57efb31be..fed070e6f9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SITELIB=$(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib; pr OFFICIAL ?= no PACKER ?= packer GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color") -BROCCOLI ?= broccoli +BROCCOLI ?= ./node_modules/.bin/broccoli # Get the branch information from git GIT_DATE := $(shell git log -n 1 --format="%ai")