We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810559a commit a81af4bCopy full SHA for a81af4b
grails-resources/src/grails/grails-app/conf/Config.groovy
@@ -36,6 +36,7 @@ grails.mime.types = [ // the first one is the default format
36
37
// What URL patterns should be processed by the resources plugin
38
grails.resources.adhoc.patterns = ['/images/*', '/css/*', '/js/*', '/plugins/*']
39
+grails.resources.adhoc.includes = ['/images/**', '/css/**', '/js/**', '/plugins/**']
40
grails.resources.adhoc.excludes = ['/WEB-INF/**']
41
42
// Legacy setting for codec used to encode data with ${}
0 commit comments