- 🇨🇦Canada danrod Ottawa
As far as I know, there isn't a definitive way to download front-end dependencies when installing modules, I am closing this for now: https://acquia.my.site.com/s/article/360048081273-Using-Composer-to-mana...
For automatic installation using the composer, you can add a library depending: https://www.drupal.org/node/2947530 →
,
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "package",
"package": {
"name": "ajaxorg/ace-builds",
"version": "0.2.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/rubentd/radios-to-slider/archive/0.2.2.zip",
"type": "zip"
}
}
}
],
"require": {
"rubentd/radios-to-slider": "~0.2.2"
}
Closed: won't fix
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
As far as I know, there isn't a definitive way to download front-end dependencies when installing modules, I am closing this for now: https://acquia.my.site.com/s/article/360048081273-Using-Composer-to-mana...