Skip to content

Commit

Permalink
Fixes Closure uglify JS Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 8, 2024
1 parent 61228dd commit 4cd09ee
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 htmx
//= require _hyperscript
//= 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="htmx.min.js"/>
<asset:javascript src="_hyperscript.min.js"/>
<asset:javascript src="application.js"/>

</body>
Expand Down

0 comments on commit 4cd09ee

Please sign in to comment.