From 1f79497635d63753686779238ba4df01bcad21fb Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 15 Dec 2015 12:36:20 +0100 Subject: use npm for lodash-es, rather than a git submodule --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2c501a..61c2ae8 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,8 @@ lint: jshint $(SRC) test/*.js mocha_test/* perf/*.js jscs $(SRC) test/*.js mocha_test/* perf/*.js -submodule-clone: - git submodule update --init --recursive -build-bundle: submodule-clone +build-bundle: $(NODE) $(SCRIPTS)/build/modules-cjs.js $(NODE) $(SCRIPTS)/build/aggregate-bundle.js $(NODE) $(SCRIPTS)/build/aggregate-cjs.js -- cgit v1.2.1