adding url context path to build, adding documentation on url contextpath (#737)

This commit is contained in:
Henry Megarry
2017-03-28 17:21:13 -05:00
committed by kevgliss
parent 15896a3b11
commit dd39b9ebe8
4 changed files with 55 additions and 17 deletions

View File

@ -17,7 +17,7 @@ endif
pip install "file://`pwd`#egg=lemur[dev]"
pip install "file://`pwd`#egg=lemur[tests]"
node_modules/.bin/gulp build
node_modules/.bin/gulp package
node_modules/.bin/gulp package --urlContextPath=$(urlContextPath)
@echo ""
release:
@ -32,7 +32,7 @@ endif
# order matters here, base package must install first
pip install -e .
node_modules/.bin/gulp build
node_modules/.bin/gulp package
node_modules/.bin/gulp package --urlContextPath=$(urlContextPath)
@echo ""
dev-docs: