Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Backport of fixes in qooxdoo (#823)
Browse files Browse the repository at this point in the history
* qooxdoo/qooxdoo#10214: fix missing typescript template
* backport qooxdoo/qooxdoo#10215 move to sass
  • Loading branch information
hkollmann authored Jul 23, 2021
1 parent 706a0a8 commit 4c779fe
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 899 deletions.
1 change: 1 addition & 0 deletions bin/tools/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ qx.Class.define("qx.tool.compiler.Version", {
await fsPromises.writeFile("tmp/qx",
`#!/usr/bin/env node
const path=require("path");
require("../source/resource/qx/tool/loadsass.js");
require(path.join(__dirname, "compiled", "node", "build", "compiler"));
`, "utf8");
fs.chmodSync("tmp/qx", "777");
Expand Down
3 changes: 2 additions & 1 deletion compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"Promise.*",
"require.*",
"path.*",
"args.*"
"args.*",
"loadSass"
],
"applications": [
{
Expand Down
Loading

0 comments on commit 4c779fe

Please sign in to comment.