https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38164
--- Comment #28 from David Cook <[email protected]> --- At this point, I don't know if the Javascript "po2json" is our only option or not. If it is, then the question should be... do we make NodeJS an additional prod (not just dev) dependency of Koha? (Keeping in mind we already have a million dependencies.) For what it's worth, I have a small PHP project where I have added NodeJS as a dependency, because there is some functionality that I can only access using Nodejs. So I do understand the merit of doing that. But... if we did do that... we'd need to think a lot about how we structure the source code. We'd be supporting another complete ecosystem in prod. That's big. If we do this, I'd recommend that we use our existing package.json to *bundle po2json* (or our own customized po2json) into a single script, so that in prod we'd just have 1 file to manage. -- 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/
