From 254424ced5ceb6a4bc1f63bd43437e1d0daf70fa Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 6 Jan 2015 12:17:39 +1100 Subject: [PATCH] add npm install to make bootstrap --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a220f5e5f5..b5101bbd91 100644 --- a/Makefile +++ b/Makefile @@ -83,5 +83,6 @@ publish: rm -rf templates.json browser.js runtime.js browser-polyfill.js bootstrap: + npm install git submodule update --init cd vendor/regenerator; npm install