Skip to content

Commit

Permalink
Don't minify hyperscript.js and htmx.js
Browse files Browse the repository at this point in the history
Import js in the main layout
  • Loading branch information
rainboyan committed Jun 24, 2024
1 parent 2e09cb6 commit de3ea41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
// to create separate JavaScript files as needed.
//
//= require base
//= require hyperscript
//= require htmx
//= require app
//= 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 @@ -18,6 +18,8 @@

<g:layoutBody/>

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

</body>
Expand Down

0 comments on commit de3ea41

Please sign in to comment.