Skip to content

Commit

Permalink
Import htmx.js hyperscript.js directly in layout.gsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 25, 2024
1 parent 236b86b commit eb0c712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
//
//= require jquery.min
//= require bootstrap.bundle
//= require htmx
//= require_self
2 changes: 2 additions & 0 deletions app/views/layouts/main.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
</div>
</div>

<asset:javascript src="htmx.js"/>
<asset:javascript src="hyperscript.js"/>
<asset:javascript src="application.js"/>

</body>
Expand Down

0 comments on commit eb0c712

Please sign in to comment.