Skip to content

Commit

Permalink
Merge pull request #412 from grails/asset-pipeline-skipNonDigests
Browse files Browse the repository at this point in the history
set asset-pipeline skipNonDigest to true
  • Loading branch information
jamesfredley authored Oct 24, 2024
2 parents 9acd27c + 6718be3 commit 3434332
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 3434332

Please sign in to comment.