atelierspierrot / assets-bootstrapper
The Bootstrap & Font-Awesome libraries ready to use with the atelierspierrot/assets-manager
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:library-assets
Requires
This package is not auto-updated.
Last update: 2024-02-26 21:39:06 UTC
README
This package is a facility to use jQuery, Bootstrap and Font Awesome with the Assets Manager plugin for Composer.
Usage
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
Third-parties
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.