Skip to content

Commit

Permalink
fix: Add back WAT examples (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal authored Feb 24, 2023
1 parent 1124abb commit 160abf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pageBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ function build(pages, selfVersion = "") {
);

outputHTML = tmpl.replace("%example-code%", () => exampleCode);

fse.outputFileSync(outputPath, outputHTML);
break;
case "css":
case "js":
Expand Down

0 comments on commit 160abf8

Please sign in to comment.