diff --git a/services/static-webserver/client/Makefile b/services/static-webserver/client/Makefile index 9e01133e058..3f8bc072bde 100644 --- a/services/static-webserver/client/Makefile +++ b/services/static-webserver/client/Makefile @@ -43,7 +43,7 @@ follow-dev-logs: ## follow the logs of the qx compiler .PHONY: compile touch upgrade compile: ## qx compiles host' 'source' -> image's 'build-output' - # qx compile 'source' within $(docker_image) image [itisfoundation/qooxdoo-kit:${QOOXDOO_KIT_TAG}] + # qx compile 'build' within $(docker_image) image [itisfoundation/qooxdoo-kit:${QOOXDOO_KIT_TAG}] @docker buildx build --file $(docker_file) --tag $(docker_image) \ --load \ --build-arg tag=${QOOXDOO_KIT_TAG} \ diff --git a/services/static-webserver/client/compile.json b/services/static-webserver/client/compile.json index 45f48fbe1a6..d9121d699d8 100644 --- a/services/static-webserver/client/compile.json +++ b/services/static-webserver/client/compile.json @@ -11,7 +11,8 @@ "include": [ "qx.*" ] - } + }, + "addCreatedAt": true } ], "defaultTarget": "source",