From 72cb8dab209c0baf3c61893666323ac10cf1d94b Mon Sep 17 00:00:00 2001 From: Henner Kollmann Date: Thu, 25 Jul 2019 16:05:39 +0200 Subject: [PATCH] fix problems --- .gitignore | 2 +- compile.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21dfa02..0771caa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # .gitignore template for skeleton-based apps -/*-output/ +/compiled/ /db.json /resource-db.json /qooxdoo/ diff --git a/compile.json b/compile.json index 180dd79..8141650 100644 --- a/compile.json +++ b/compile.json @@ -15,11 +15,11 @@ "targets": [ { "type": "source", - "outputPath": "compiled/source", + "outputPath": "compiled/source" }, { "type": "build", - "outputPath": "compiled/build", + "outputPath": "compiled/build" } ], "defaultTarget": "source",