remove unused js deps
This commit is contained in:
@@ -45,8 +45,6 @@ func RootLayout(title string, children ...Node) Node {
|
|||||||
|
|
||||||
Link(Rel("stylesheet"), Href("/css/style.css?v="+css_hash)),
|
Link(Rel("stylesheet"), Href("/css/style.css?v="+css_hash)),
|
||||||
Link(Rel("stylesheet"), Href("/css/style.metagen.css?v="+metagen_css_hash)),
|
Link(Rel("stylesheet"), Href("/css/style.metagen.css?v="+metagen_css_hash)),
|
||||||
Link(Rel("stylesheet"), Href("/lib/highlight/default.min.css")),
|
|
||||||
Link(Rel("stylesheet"), Href("/lib/quill/quill.snow.css")),
|
|
||||||
|
|
||||||
/////////////////////////////////
|
/////////////////////////////////
|
||||||
// SCRIPTS
|
// SCRIPTS
|
||||||
@@ -61,10 +59,6 @@ func RootLayout(title string, children ...Node) Node {
|
|||||||
Script(Src("/lib/htmx/htmx.js")),
|
Script(Src("/lib/htmx/htmx.js")),
|
||||||
Script(Src("/lib/htmx/htmx.min.js")),
|
Script(Src("/lib/htmx/htmx.min.js")),
|
||||||
),
|
),
|
||||||
|
|
||||||
Script(Src("/lib/chartjs/chart.js")),
|
|
||||||
Script(Src("/lib/highlight/highlight.min.js")),
|
|
||||||
Script(Src("/lib/quill/quill.js")),
|
|
||||||
),
|
),
|
||||||
Group(children), // expected to provide body
|
Group(children), // expected to provide body
|
||||||
),
|
),
|
||||||
|
|||||||
15
wwwroot/lib/alpine/alpine-focus.min.js
vendored
15
wwwroot/lib/alpine/alpine-focus.min.js
vendored
File diff suppressed because one or more lines are too long
5
wwwroot/lib/alpine/alpine.min.js
vendored
5
wwwroot/lib/alpine/alpine.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user