Hi Simon,
as discussed on the train, the composer requirement and specifically the dependency to the vendors/composer/installed.json file makes it difficult to use this plugin in CI, when you only have access to separate images like node, where php is not available.
I see this is very convenient for local dev setups. Would it be possible to make this an optional dependency?
I think for most of all projects, the standard "packages/*" folder is the new best practice. So a default pattern like
packages/*/Resources/**/*.entry.{js,ts,scss,css}
could work out, as long as it can be overridden.
Hi Simon,
as discussed on the train, the composer requirement and specifically the dependency to the vendors/composer/installed.json file makes it difficult to use this plugin in CI, when you only have access to separate images like
node, where php is not available.I see this is very convenient for local dev setups. Would it be possible to make this an optional dependency?
I think for most of all projects, the standard "packages/*" folder is the new best practice. So a default pattern like
packages/*/Resources/**/*.entry.{js,ts,scss,css}could work out, as long as it can be overridden.