Dateiverwaltung für die WebBox
ulrich
2021-01-03 719f73ea3ea9204585de5487fb83f6d5be97d1ac
web/ui/api.js
@@ -290,6 +290,16 @@
/* -------- Compile / Build ------------- */
function fm_ant_build() {
  var m = '?c=de.uhilger.filecms.api.CompileService&m=antBuild&p=' + pfad;
  var u = '../svc' + m;
  fm_get(u, "text", function(resp) {
    $('.system-out').empty();
    $('.system-out').append('Ergebnis von Ant build: ' + resp);
    fm_fusszeile_zeigen();
  });
}
function fm_build_app() {
  var m = '?c=de.uhilger.filecms.api.CompileService&m=buildApp&p=' + pfad;
  var u = '../svc' + m;