From 6f5d4b298480faf2d70bf819d6bea0d4f5e7efba Mon Sep 17 00:00:00 2001 From: Alex J Burke Date: Fri, 28 Dec 2018 14:20:17 +0100 Subject: [PATCH] Avoid rebuilding twice by not listing the sourcemap as a target. The sourcemap is automatically output by the build/lib target. This meant listing the source map then triggers rebuilding the library a second time. Fix that. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 074194ae2..7725d4160 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ REPORTER = dot -TARGETS ?= unexpected.js unexpected.js.map +TARGETS ?= unexpected.js CHEWBACCA_THRESHOLD ?= 25