You are here

bootstrap_library.libraries.yml in Bootstrap Library 8

File

bootstrap_library.libraries.yml
View source
  1. bootstrap:
  2. remote: http://getbootstrap.com/
  3. license:
  4. name: MIT
  5. gpl-compatible: false
  6. js:
  7. /libraries/bootstrap/js/bootstrap.min.js: { minified: true }
  8. css:
  9. theme:
  10. /libraries/bootstrap/css/bootstrap.min.css: {}
  11. dependencies:
  12. - core/jquery
  13. bootstrap-composer:
  14. remote: http://getbootstrap.com/
  15. license:
  16. name: MIT
  17. gpl-compatible: false
  18. js:
  19. /libraries/bootstrap/dist/js/bootstrap.js: { }
  20. css:
  21. theme:
  22. /libraries/bootstrap/dist/css/bootstrap.css: {}
  23. dependencies:
  24. - core/jquery
  25. bootstrap-dev:
  26. remote: http://getbootstrap.com/
  27. license:
  28. name: MIT
  29. gpl-compatible: false
  30. js:
  31. /libraries/bootstrap/js/bootstrap.js: { }
  32. css:
  33. theme:
  34. /libraries/bootstrap/css/bootstrap.css: {}
  35. dependencies:
  36. - core/jquery