https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #15 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Agustín Moyano from comment #14)
(In reply to Josef Moravec from comment #13)
Just one question:
why are all the language and layout files added to the codebase, when you need only the ones named all.js?
Hi Josef, all.js is constructed by concatenating all js files..
So, if you want to modify one language, or add a new one you should:
1. remove all.js 2. place the new file in that directory (or modify an existing file) 3. cat *.js > all.js
Agustin, I think Josef's question is if we really need to ship those files with the project, or we can just remove them to save space. -- You are receiving this mail because: You are watching all bug changes.