Skip to content

Commit

Permalink
Clean subdomain hostname, fix auto events for links with child elemen…
Browse files Browse the repository at this point in the history
…ts, run prettier
  • Loading branch information
adriaandotcom committed Mar 7, 2024
1 parent 4924174 commit 23e043d
Show file tree
Hide file tree
Showing 22 changed files with 88 additions and 21 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const GREEN = "\x1b[32m%s\x1b[0m";
const YELLOW = "\x1b[33m%s\x1b[0m";
const RED = "\x1b[31m%s\x1b[0m";

const VERSION = 11;
const VERSION = 12;

Handlebars.registerHelper("or", function (param1, param2) {
return param1 || param2;
Expand Down
4 changes: 4 additions & 0 deletions dist/v12/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/v12/app.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions dist/v12/auto-events.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 23e043d

Please sign in to comment.