diff --git a/docs/config/02-files.md b/docs/config/02-files.md index 7cd632082..91de57174 100644 --- a/docs/config/02-files.md +++ b/docs/config/02-files.md @@ -34,6 +34,10 @@ Each pattern is either a simple string or an object with the following propertie * `js` * `dart` * `module` + * `dom` +* **Description.** The type determines the mechanism for including the file. The `css` and `html` types +create `link` elements; the `js`, `dart`, and `module` elements create `script` elements. The `dom` type +includes the file content in the page, used, for example, to test components combinging HTML and JS. ### `watched` * **Type.** Boolean @@ -46,17 +50,17 @@ Each pattern is either a simple string or an object with the following propertie * **Description.** Should the files be included in the browser using `