https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911 --- Comment #129 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 181286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=181286&action=edit Bug 37911: Update Makefile.PL to handle generated "vue/dist" files This change modifies Makefile.PL so that we no longer have to manually add to the Makefile.PL all the files that end up in the "vue/dist" folder. Instead, we dynamically generate the files, and then copy them over to the build target. Test plan: 0. Apply all patches 1. Setup intall target sudo mkdir /opt/koha sudo chown kohadev-koha /opt/koha 2. Clean build env rm -rf koha-tmpl/intranet-tmpl/prog/js/vue/dist/* blib Makefile /opt/koha/* 3. perl Makefile.PL Installation mode (dev, single, standard) [standard] single Please specify the directory in which to install Koha [/var/lib/koha/kohadev/koha] /opt/koha NOTE: Otherwise accept all defaults 4. make install 5. "vue/dist" successfully installed Note all our expected files are installed including islands.esm.js Amended-by: Jonathan Druart Tidy Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.