https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37911 --- Comment #101 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #100)
(In reply to Paul Derscheid from comment #85)
I think the last problem we currently have is how to best handle the files that need to be included in Makefile.PL. Ideas?
As per my previous comment, if you can give me the precise problem, I'll do my best to help :). April is a crazy month for me but I'll try my best.
I am not very familiar with this script or how it's supposed to be used. But from what I understand (please correct me if I'm wrong), we're supposed to follow these three steps: 1. perl Makefile.PL 2. make 3. sudo make install During the first step, we list the different files ($file_map), then we build the resource (build-resource.PL), and finally, we copy the files. The issue is that we are now generating multiple .js files into dists/, but they don't exist yet during step 1. One possible (though not ideal) solution could be to run build-resource.PL before generating the file map and inject `ls dists/*.js` into it. By the way, I'm not sure why both steps 2 and 3 call build-resource.PL. -- You are receiving this mail because: You are watching all bug changes.