27 May
2019
27 May
'19
4:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17178 --- Comment #14 from Agustín Moyano <agustinmoyano@theke.io> --- (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 -- You are receiving this mail because: You are watching all bug changes.