Making make build the static assets
This commit is contained in:
parent
a596793a9a
commit
1559727f2d
2
Makefile
2
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:
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue