mouf/html.utils.weblibrarymanager.bower-installer

This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'bower' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager. Bower compatibility provided thanks to francoispluchino/composer-asset-plugin

1.0.x-dev 2015-06-12 09:33 UTC

This package is auto-updated.

Last update: 2024-04-15 03:42:58 UTC


README

Thanks to François Pluchino, it is now possible to declare Bower dependencies right into your composer.json files.

The WebLibraryManager has a built in support for Bower packages. If you import one of those packages in your project, the WebLibraryManager will detect these packages and will automatically create the WebLibrary instances matching those packages.

For instance:

composer.json

{
	"require": {
		"bower-asset/bootstrap": "dev-master"
	}
}

Check the WebLibraryManager documentation to learn more about it