31 Jan
2023
31 Jan
'23
1:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609 --- Comment #25 from David Cook <dcook@prosentient.com.au> --- With my (yet to be attached) patch, I run the following: 1. perl Makefile.PL #NOTE: On the first run, 2. make 3. diff -q -r koha-tmpl/intranet-tmpl/ blib/INTRANET_TMPL_DIR/ #NOTE: No output 4. diff -q -r koha-tmpl/opac-tmpl blib/OPAC_TMPL_DIR/ #NOTE: No output That means that the CSS and JS files have been built and copied across to "blib". From there, they can be installed using a source install or built into a Debian package. -- You are receiving this mail because: You are watching all bug changes.