build_static_app.sh 410 B

12345678
  1. # Build the static part of the draw.io app.
  2. # Following draw.io conventions, build output is placed in the source code tree, and checked into git.
  3. # This makes it impossible to run the script automatically as part of a Nix build, because in Nix, sources are immutable. It is therefore the responsibility of the developer to manually run this script after making changes.
  4. pushd etc/build
  5. ant -f build.xml
  6. popd