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

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