Hi Daniel,

> how can I *use* this --downloads-yes flag? I have implemented the
> download.sh to get both jQuery and Select2, but passing the flag either to
> pyjsbuild or pyjscompile does not work (I have checked the help, and those
> commands do not support the flag).

You can try it with, e.g., the employeeadmin example:

$ cd ./pyjs/examples/employeeadmin
$ python . --help
Usage: . [options]

Options:
  -h, --help    show this help message and exit
  --download    permit downloads of files or libraries
  --misc        build miscellaneous examples
  --deprecated  build deprecated examples

$ python . --download
WARNING:root:[--library_dir] is deprecated, see [-I, --search-path]
Building: EmployeeAdmin
...

Reply via email to