drupal/core/assets/vendor/tabbable
catch b78a9333aa Issue #3246141 by lauriii, longwave: Update JavaScript dependencies prior to 9.3.0 2021-10-27 21:02:41 +01:00
..
README.txt Issue #3113649 by bnjmnm, ayushmishra206, ilgnerfagundes, lauriii, nod_, xjm, catch, alexpott, Kristen Pol: Remove drupal.tabbingmanager's jQueryUI dependency 2021-03-05 12:54:27 +00:00
index.umd.min.js Issue #3246141 by lauriii, longwave: Update JavaScript dependencies prior to 9.3.0 2021-10-27 21:02:41 +01:00
index.umd.min.js.map Issue #3246141 by lauriii, longwave: Update JavaScript dependencies prior to 9.3.0 2021-10-27 21:02:41 +01: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.