Skip to content

Commit

Permalink
Merge pull request #2 from codeconsole/grace--default-skipNonDigests
Browse files Browse the repository at this point in the history
Default skipNonDigests = true for Grace apps.
  • Loading branch information
rainboyan authored Aug 9, 2024
2 parents bc9e074 + 1198f08 commit b625545
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class AssetPipelinePlugin implements Plugin<Project> {
config.cacheLocation = "${project.buildDir}/.assetcache"
if (project.extensions.findByName('grails')) {
defaultConfiguration.assetsPath = "${project.projectDir}/app/assets"
defaultConfiguration.skipNonDigests = true
} else {
defaultConfiguration.assetsPath = "${project.projectDir}/src/assets"
}
Expand Down

0 comments on commit b625545

Please sign in to comment.