atelierspierrot/assets-bootstrapper

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.0) of this package.

The Bootstrap & Font-Awesome libraries ready to use with the atelierspierrot/assets-manager

v1.0.0 2014-06-25 21:22 UTC

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 library
  • jquery-cdn to use the hosted version of jQuery by googleapis.com
  • bootstrap to embed the distributed version of the Bootstrap library ; note that the default version DOES NOT include the Glyphicons
  • bootstrap-glyphicons to embed the distributed version of the Bootstrap library INCLUDING the Glyphicons
  • bootstrap-theme to embed the distributed version of the Bootstrap's theme
  • bootstrap-cdn to use the hosted version of Bootstrap by bootstrapcdn.com
  • font-awesome to embed the distributed version of the Font Awesome font icons
  • font-awesome-cdn to use the hosted version of the Font Awesome font icons by bootstrapcdn.com

Third-parties

This package embeds:

See the CHANGELOG of the package for versions of the third-parties embedded with each release.