schunder-madre/web/core/assets/vendor/tabbable
Jurij Podgoršek a308a92e52 Prvotni komit 2021-10-28 17:36:55 +02:00
..
README.txt Prvotni komit 2021-10-28 17:36:55 +02:00
index.umd.min.js Prvotni komit 2021-10-28 17:36:55 +02:00
index.umd.min.js.map Prvotni komit 2021-10-28 17:36:55 +02:00

README.txt

Drupal core uses the UMD build of tabbable.
To create this build:
Navigate to the root directory of the tabbable library.

Ensure that dependencies have been installed:
```
yarn install
```

Build files for production:
```
yarn build
```

This will create an index.umd.min.js file in dist/ that can be used in Drupal.