Skip to content

Commit

Permalink
set skipNonDigest to true
Browse files Browse the repository at this point in the history
since Grails takes advantage of the manifest.properties file to properly map requests for non digested file names to the digested equivalent
  • Loading branch information
jamesfredley committed Oct 24, 2024
1 parent 9acd27c commit adb84e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ assets {
}
minifyJs = true
minifyCss = true
skipNonDigests = true
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class AssetPipelineSpec extends ApplicationContextSpec implements CommandOutputF
assets {
minifyJs = true
minifyCss = true
skipNonDigests = true
}''')
}

Expand All @@ -61,6 +62,7 @@ assets {
packagePlugin = true
minifyJs = true
minifyCss = true
skipNonDigests = true
}''')
where:
applicationType << [ApplicationType.WEB_PLUGIN]
Expand Down

0 comments on commit adb84e9

Please sign in to comment.