Skip to content

Commit 1c314f0

Browse files
committed
Merge branch 'master' of github.com:grails-plugins/grails-resources
2 parents 63e7c3b + 0d9f93d commit 1c314f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/ref/Tags/external.gdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
h1. r:external Tag
22

3-
This tag renders the right kind of links to external resources, based on their type, never including the same resource multiple times.
3+
This tag renders the right kind of links to external resources, based on their type, never including the same resource multiple times. Resources, which are already included in a bundle are not to be rendered with this tag, but [require|Tags] and <r:layoutResources/> should be used instead.
44

55
For example CSS files are rendered with:
66

@@ -10,7 +10,7 @@ For example CSS files are rendered with:
1010

1111
or JS files are rendered with <script> tags. Images are rendered as favicons.
1212

13-
This is used internally by <r:layoutResources/>, and is rarely used on its own unless you must render links to resources without using the dependency mechanism and [require|Tags].
13+
This is used internally by <r:layoutResources/>, and is rarely used on its own unless you must render links to resources without using the dependency mechanism and [require|Tags]. Resources that are included in a bundle, and have a disposition set to "defer", cannot be rendered directly with this tag.
1414

1515
h2. Attributes
1616

0 commit comments

Comments
 (0)