Skip to content

Commit

Permalink
Update asset config
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Aug 10, 2024
1 parent 9020222 commit 8635f20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ assets {
minifyJs = true
minifyCss = true
minifyOptions = [
excludes: ['htmx.js', 'hyperscript.js'],
languageMode: 'ES6',
targetLanguage: 'ES6', //Can go from ES6 to ES5 for those bleeding edgers
optimizationLevel: 'SIMPLE' //Or ADVANCED or WHITESPACE_ONLY
Expand Down
1 change: 0 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ assets {
minifyJs = true
minifyCss = true
minifyOptions = [
excludes: ['htmx.js', 'hyperscript.js'],
languageMode: 'ES6',
targetLanguage: 'ES6',
optimizationLevel: 'SIMPLE'
Expand Down

0 comments on commit 8635f20

Please sign in to comment.