From 06b12c98f033cef70fd8dd8253b65b1941724817 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 29 Sep 2016 10:46:00 +0200 Subject: [PATCH] update build instructions --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b9bf9272..093578807 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -177,8 +177,7 @@ you can install this via homebrew with `brew install phantomjs`. Then: ## Building / Installing -You can build a concatenated and minified version of iD with the command `make`. Node.js is -required for this. +You can build a concatenated and minified version of iD with the command `make && npm run build-min`. iD will be built to the `dist` directory. This directory is self-contained; you can copy it into the public directory of your webserver to deploy iD.