Skip to content

Commit

Permalink
Remove statis vendor files
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Aug 22, 2024
1 parent e48cc4e commit 98912bd
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 3,424 deletions.
7 changes: 6 additions & 1 deletion amt/site/static/ts/amt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import Sortable from "sortablejs";
import "htmx.org";
import htmx from "htmx.org";
import _hyperscript from "hyperscript.org";

_hyperscript.browserInit();

window.onload = function () {
// TODO (robbert): we need (better) event handling and displaying of server errors
Expand Down Expand Up @@ -73,7 +76,9 @@ declare global {
cookieValue: string,
expirationDays: number,
) => void;
htmx: any;
}
}

window.setCookie = setCookie;
window.htmx = htmx;
1 change: 0 additions & 1 deletion amt/site/static/vendor/htmx/js/1.9.12.min.js

This file was deleted.

1 change: 0 additions & 1 deletion amt/site/static/vendor/htmx/js/hyperscript.min.js

This file was deleted.

Loading

0 comments on commit 98912bd

Please sign in to comment.