localgovdrupal / localgov

Installation profile for the LocalGov Drupal distribution.
GNU General Public License v2.0
82 stars 18 forks source link

Proposal: Add asset-packagist to localgov_project/composer.json #141

Open Adnan-cds opened 4 years ago

Adnan-cds commented 4 years ago

Asset packagist describes itself best:

This repository allows installation of Bower and NPM packages as native Composer packages.

It is easy to add to the root level composer.json.

Asset packagist is particularly useful for automating the installation of asset libraries demanded by contrib modules like FontAwesome, Dropzonejs, Prism, etc. Anything that needs to go into the web/libraries directory should benefit from it.

@finnlewis @stephen-cox @andybroomfield

andybroomfield commented 1 year ago

I'd like to, but do we need to as a project? BHCC has added this for our front end libraries to go into /docroot/libraries. But unless we have projects that need to install it, I'm not sure the utility here? (and would those modules need to include it in there composer.json.)