Skip to content

Commit

Permalink
add note about flags for build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheppsu authored Oct 2, 2024
1 parent 3eafc8f commit 6d671fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ Steps to setup:

Steps to run:
- python command depends on machine, but in /otdb `py manage.py runserver` to run the site
- in /otdb/ts `py build.py --debug --watch`, where `--debug` and `--watch` are optional, to build js and css files
- in /otdb/ts `py build.py --debug --watch` to build js and css files (the flags are optional)
- `--debug` will create a debug version of bundled files (js isn't minimized)
- `--watch` will watch for changes in ts/css files and automatically rebuild

0 comments on commit 6d671fe

Please sign in to comment.