Created
January 2, 2019 08:50
-
-
Save thamas/fdec1f212fec12cbdd9fcfd97961127b to your computer and use it in GitHub Desktop.
Short example of setting a third party JS lib in a Drupal theme libraries file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tippy: | |
js: | |
vendor/tippy.all.min.js: {} | |
twist: | |
js: | |
components/_patterns/03-organisms/twist/twist.js: {} | |
dependencies: | |
- mytheme/tippy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment