Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 404 Bytes

build_publish.md

File metadata and controls

26 lines (17 loc) · 404 Bytes

Debug

Javascript with debug code

npm run debug             # creates the JS for debug
# npm run dist            # creates the JS for production

cd test/server_demo
./manage.py runserver

Build

Change the package version src\shapeeditor\__version__.py

./setup.py dist          # create the package (virtualenv needed)

Publish

twine upload dist/*