-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy transition from composer-asset-plugin to foxy #8
Comments
Extracting the asset dependencies in a
For the first problem, we can make a converter, however I do not want to pollute Foxy with this code, so we could have an additional Composer plugin So to summarize:
PS. This is still not |
I also forgot, that the VCS repositories must be converted in the dependency versions in the I can already add the triggers in Foxy, which will allow any other plugin to be created, if Foxy does not officially support it. |
Foxy events are added by 3f16cd0. |
Wow, nice! This issue can be closed then, please reopen if needed. |
Removing NPM dependencies in Composer before the resolution by the Solver SAT may cause problems. I'll look if it's achievable. |
It's not possible without a plugin installed in global mode, because the |
Could there be a functionality to support cap syntax? Like so...
npm-
into entries inpackages.json
.Maybe even with a mapping for
bower-Xyz.js
tonpm-xyz
if needed. (optional)The text was updated successfully, but these errors were encountered: