Annotation of modules/damieng/graphical_editor/daxe/build.sh, revision 1.1

1.1     ! damieng     1: #!/bin/sh
        !             2: # NOTE: dart2js is in dart-sdk/bin, which should be on the PATH
        !             3: dart2js --minify --out=web/daxe.min.js web/daxe.dart
        !             4: # the dart output is no longer useful
        !             5: #dart2js --output-type=dart --minify --out=daxe.min.dart web/daxe.dart
        !             6: rm *.js.map *.deps

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>