Open jbarreiros opened 10 years ago
Still curious, is it by design that packages installed through components exist in both "/vendor" and "/components"?
Currently it installs the package into vendor, and then copies the files to the components directory. Do you think symlinks would be better? What do you see as being the best design?
Testing out the html5shiv example, and when I runI accidentally set extra/component/scripts to "dist/html5shiv.min.js". Changing it to "dist/html5shiv.js" made it appear in "/components/html5shiv" as expected.composer update
, I noticed that it is being added to "/vendor/afarkas/html5shiv". I was expecting it to get added to "/components/html5shiv".AdditionallyStill curious, is it by design that packages installed through components exist in both "/vendor" and "/components"?