https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911
--- Comment #110 from David Cook <[email protected]> --- Created attachment 180805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180805&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 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
