Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit authored Jan 25, 2022
1 parent 13370d9 commit b9f7ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ When generating a page, StaticWebEpiserverPlugin will find all client side resou
- a element (href attribute)
- img element (src attribute)
- source element (srcset attribute)
- use element (xlink:href attribute, used in svg)

### Following resource types will be stored by default ###
- css (and resources declared in url())
Expand Down Expand Up @@ -244,7 +245,7 @@ _(If you also set `useHash` to true it will combine the two)_
Tells StaticWebEpiServerPlugin to use place this type of file in the resource folder.
By default it is only `.html`, `.xml`, `.json` and `.txt` that has this set to false so they can keep relative url.

### `DenendencyLookup="None/Html/Css"` (default: `None`) ###
### `DenendencyLookup="None/Html/Css/Svg"` (default: `None`) ###
Tells StaticWebEpiServerPlugin that this file type should look for dependencies using the specified lookup method.
Could be usefull if you add support for a new type of file type.

Expand Down

0 comments on commit b9f7ebe

Please sign in to comment.