Skip to content

Commit

Permalink
📝 Make some clarification about resource hints
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Feb 25, 2020
1 parent 8ad95b0 commit 0017aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With this package, you get able to import all your CSS and Javascript assets wit
* CSS can also be loaded asynchronous: Add `async` as attribute, e.g. `Filename.css[async]`
* If you want to add Google Fonts, you can write them down the fonts, e.g. `Lato|Open+Sans:400,700` or `Lato|Open+Sans:400,700[async]`
* On internal files, a hash from the content of the file gets appended. Please be aware that you have to clear the cache from Neos to update the hash value. It is meant to have a cache buster on production projects.
* You can also give the browser some [resource hints]: Globally via the settings `Carbon.IncludeAssets.ResourceHints` or via adding a special type (`(preloadasset)`, `(preloadcss)`, `(preloadscript)` or `(modulepreload)`) at the end
* You can also give the browser some [resource hints]: Globally via the settings `Carbon.IncludeAssets.ResourceHints` or via adding a special type (`(preloadasset)`, `(preloadcss)`, `(preloadscript)` or `(modulepreload)`) at the end of a `file` entry.

## Structure of the Settings

Expand Down

0 comments on commit 0017aa3

Please sign in to comment.