From 1559727f2d364dfe2ee2e3449e0dc51efd5489e9 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Tue, 22 Sep 2015 14:49:37 -0700 Subject: [PATCH] Making make build the static assets --- Makefile | 2 ++ docs/quickstart/index.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03369342..4c2067d2 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ develop: update-submodules setup-git pip install -e . pip install "file://`pwd`#egg=lemur[dev]" pip install "file://`pwd`#egg=lemur[tests]" + node_modules/.bin/gulp build + node_modules/.bin/gulp package @echo "" dev-docs: diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index ab856150..0b4ba4a1 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -72,7 +72,7 @@ And then run: .. code-block:: bash - $ python setup.py install + $ make develop .. Note:: This command will install npm dependencies as well as compile static assets.