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.