From b481eea529aef0556b1c7b343f5bc32f6f70c7fa Mon Sep 17 00:00:00 2001 From: kevgliss Date: Thu, 23 Jul 2015 16:24:51 -0700 Subject: [PATCH 1/2] Silence bower during automatic installation --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f025204b..f975a0c0 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "node": ">=0.10.0" }, "scripts": { - "postinstall": "bower install --allow-root", + "postinstall": "bower install --allow-root --config.interactive=false", "pretest": "npm install && npm run build_static", "build_static": "gulp build", "prelint": "npm install", From 35b3f2879704ca15d9b72e460e6faff1c8f297ed Mon Sep 17 00:00:00 2001 From: kevgliss Date: Thu, 23 Jul 2015 16:25:28 -0700 Subject: [PATCH 2/2] Source code installation should use the make helper for now. --- docs/quickstart/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index c63bacee..97da5a49 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -64,7 +64,7 @@ Once your system is prepared, symlink your source into the virtualenv: .. code-block:: bash - $ python setup.py develop + $ make develop .. Note:: This command will install npm dependencies as well as compile static assets.