Skip to content

Commit

Permalink
fix problems
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Jul 25, 2019
1 parent 6652722 commit 72cb8da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .gitignore template for skeleton-based apps
/*-output/
/compiled/
/db.json
/resource-db.json
/qooxdoo/
Expand Down
4 changes: 2 additions & 2 deletions compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"targets": [
{
"type": "source",
"outputPath": "compiled/source",
"outputPath": "compiled/source"
},
{
"type": "build",
"outputPath": "compiled/build",
"outputPath": "compiled/build"
}
],
"defaultTarget": "source",
Expand Down

0 comments on commit 72cb8da

Please sign in to comment.