Skip to content

Commit 92a71db

Browse files
Fix puzzle shell css import and fix order of js and stylesheet link tags
1 parent de8b008 commit 92a71db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/layouts/application.html.haml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
1010
= csrf_meta_tags
1111
= csp_meta_tag
12+
= stylesheet_link_tag "https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.css"
13+
= javascript_include_tag "https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.js", type: "module"
1214
= stylesheet_link_tag "application", "data-turbo-track": "reload"
13-
= stylesheet_link_tag "https://unpkg.com/@puzzleitc/puzzle-shell/dist/style.css"
1415
= javascript_include_tag "application", "data-turbo-track": "reload", type: "module"
15-
= javascript_include_tag "https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.js", type: "module"
1616
= favicon_link_tag "favicon.png"
1717
%body#dropdown-wormhole.d-flex.justify-content-center{"data-controller": "skills-empty-space"}
1818
%div.content{"data-skills-empty-space-target": "container"}

0 commit comments

Comments
 (0)