@financial-times/dotcom-ui-bootstrap 13.7.0 → 13.7.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -112,6 +112,8 @@ Returns a JSON formatted string representing the configuration for the bootstrap
|
|
|
112
112
|
|
|
113
113
|
Returns the bootstrap code as a string. This should be inserted into a `<script>` element.
|
|
114
114
|
|
|
115
|
+
> [!IMPORTANT]
|
|
116
|
+
> The bootstrap Javascript is loaded from [`lib/bootstrap.js`](lib/bootstrap.js). Since this code needs to work even in core experience browsers, it's written in basic ES5 Javascript and isn't compiled or bundled by our build process. This means it needs to be in a separate folder to `src`.
|
|
115
117
|
|
|
116
118
|
## How does it work?
|
|
117
119
|
|