Reinhard Hutter

Results 12 comments of Reinhard Hutter

The issue with the missing `/dist` folder just hit me too. Also coming from PHP & Composer, we deliberately keep NodeJS out of our toolchain. So far we had a...

A note for people looking for a download including the `dist` folder: We are now using `registry.npmjs.org` instead of github. E.g. in our composer.json for PHP/Drupal we now use ```...

If `drupal-composer/drupal-scaffold` is going to be deprecated: Anybody having some ideas how to switch existing projects from `drupal-composer/drupal-scaffold` to `drupal/core-composer-scaffold` using an automated method? I'm currently updating a few dozen...

My workaround was doing the updates using `json_encode` and `json_decode` inside a PHP script, and running that file with PHP-CLI within my deployment/update shell script. If it helps someone, here...

Been thinking a bit in the last days, I can't think of any solution that would work with one single observer. Given that we never know the visitors viewport size,...

This is an issue for anybody not using NPM. We deliberately keep NodeJS outside of our build toolchain, and just reference github repos/zips in our `composer.json` file. There are only...

A note for people looking for a download including the `dist` folder: We are now using `registry.npmjs.org` instead of github. E.g. in our composer.json for PHP/Drupal we now use ```...

Can you give us an update on the future of asset-packagist.org? Are there any plans to support Composer 2?

This is not a bug. The `type` option is a readonly option. Only responsive options (those with a checkmark on the options documentation page) can be updated.

Absolutely in support for this, this would be a huge QoL improvement. We are working in a non-JS SSR environment and are including the source of SVGs inline in our...