Skip to content

Commit a81af4b

Browse files
committed
add default setting for grails.resources.adhoc.includes in the default Config.groovy
1 parent 810559a commit a81af4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-resources/src/grails/grails-app/conf/Config.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ grails.mime.types = [ // the first one is the default format
3636

3737
// What URL patterns should be processed by the resources plugin
3838
grails.resources.adhoc.patterns = ['/images/*', '/css/*', '/js/*', '/plugins/*']
39+
grails.resources.adhoc.includes = ['/images/**', '/css/**', '/js/**', '/plugins/**']
3940
grails.resources.adhoc.excludes = ['/WEB-INF/**']
4041

4142
// Legacy setting for codec used to encode data with ${}

0 commit comments

Comments
 (0)