linnovate/openideal

Root directory size reduction

Artmir opened this issue · 2 comments

Not an issue but I feel that the size of the Openideal installation directory has grown exponentially. Filezilla lists around 37k files. It is twice the size of the Drupal 7 version. Am I doing something wrong or is this the way it should be?

zohar commented

@Artmir this is probably "thanks" to the composer which creates thousands of files under the vendor directory.

OpenideaL is only 5 files :-) https://github.com/linnovate/openideal-composer

But of course as soon as you execute the command composer create-project linnovate/openideal-composer YOUR_PROJECT_NAME composer will download Drupal itself, OpenideaL profile with all custom modules and custom theme and all contrib modules, JS libraries, and PHP dependencies in vendor folder.

Closing this issue for now. Feel free to reopen it if you have more question