Command-line

pyramid_amdjs package can be controlled by command-line utilities. These utilities are documented in this chapter.

amdjs bundles build tool

static resource management

You can use the pstatic command in a terminal window to copy a all registered static resource to specified directory.

1
2
3
4
5
[fafhrd@... MyProject]$ ../bin/pstatic development.ini /path-to_dir/

pyramid_amdjs:static/ ../_amdjs/static

...