This package is a facility to use jQuery, Bootstrap and Font Awesome with the Assets Manager plugin for Composer.
To include this package in your project, just add the following line in your composer.json
:
"require": {
...
"atelierspierrot/assets-bootstrapper": "1.*"
}
For more infos about "how to use" the libraries, please see:
This package defines the following "presets":
jquery
to embed the distributed version of the jQuery libraryjquery-cdn
to use the hosted version of jQuery by googleapis.combootstrap
to embed the distributed version of the Bootstrap library ; note that the default version DOES NOT include the Glyphiconsbootstrap-glyphicons
to embed the distributed version of the Bootstrap library INCLUDING the Glyphiconsbootstrap-theme
to embed the distributed version of the Bootstrap's themebootstrap-cdn
to use the hosted version of Bootstrap by bootstrapcdn.comfont-awesome
to embed the distributed version of the Font Awesome font iconsfont-awesome-cdn
to use the hosted version of the Font Awesome font icons by bootstrapcdn.com
This package embeds:
- jQuery, released under the MIT license and copyright jQuery Foundation, Inc.
- Bootstrap, released under the MIT license and copyright Twitter.
- Font Awesome, released under the SIL OFL 1.1 license and copyright Dave Gandy.
See the CHANGELOG of the package for versions of the third-parties embedded with each release.