Making make build the static assets

This commit is contained in:
kevgliss 2015-09-22 14:49:37 -07:00
parent a596793a9a
commit 1559727f2d
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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.