From 6f9280f64a38d87d4de8e7b6817078616771f542 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 25 Apr 2016 12:16:33 -0700 Subject: [PATCH] Adding gulp path --- docs/developer/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/index.rst b/docs/developer/index.rst index 8a896c8f..d78f5c61 100644 --- a/docs/developer/index.rst +++ b/docs/developer/index.rst @@ -151,7 +151,7 @@ This is accomplished with a Gulp task: :: - gulp serve + ./node_modules/.bin/gulp serve The gulp task compiles all the JS/CSS/HTML files and opens the Lemur welcome page in your default browsers. Additionally any changes to made to the JS/CSS/HTML with be reloaded in your browsers.