You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Composer based build is packaged, the paths in the autoloader files generated by Composer should be updated to match the structure of the package output.
The goals are:
It should be possible to created package output that can live in the docroot without references outside the docroot.
It should also be possible to configure the vendor directory to live at the same level as the docroot.
In review of the proposed approach I think it's on the right track. If the GDT buildpath does not match the configured package docroot it is set up to rewrite the composer.json before re-running the composer install we put in place to remove dev dependencies.
I have potentially breaking changes in mind with #255 and #24 but nothing I see here is out of the way for those changes to similarly support.
When a Composer based build is packaged, the paths in the autoloader files generated by Composer should be updated to match the structure of the package output.
The goals are:
Follow up from #284.
The text was updated successfully, but these errors were encountered: