From ab6719a6ec4d3fc2ee30d1323433bca9c74cdb85 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Mon, 27 Jun 2016 17:25:03 -0400 Subject: [PATCH] Rebundle js/lib/id/index.js if anything under modules changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 000744832..7e1e1b795 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ MODULE_TARGETS = \ js/lib/id/ui/intro.js \ js/lib/id/ui/preset.js -js/lib/id/index.js: $(shell find modules/index.js -type f) +js/lib/id/index.js: $(shell find modules -type f) @rm -f $@ node_modules/.bin/rollup -c rollup.config.js -f umd -n iD modules/index.js --no-strict -o $@