From 8c30141dc018c0f83fccec229a347f522c80e2b9 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 4 Mar 2016 19:37:39 +0100 Subject: [PATCH] Introduce gulp --- Bisecting-a-Regression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bisecting-a-Regression.md b/Bisecting-a-Regression.md index cb1921c..0e94773 100644 --- a/Bisecting-a-Regression.md +++ b/Bisecting-a-Regression.md @@ -9,7 +9,7 @@ At a minimum you will need Git and Node.js. ### Option 1 - Node.js server - Run `cd pdf.js` -- Run `node make server` +- Run `gulp server` - Open a browser and go to `http://localhost:8080/web/viewer.html` ### Option 2 - Another server