https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609 --- Comment #18 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to David Cook from comment #17)
If you can tell me which commands we need to build the JS and CSS, I'm happy to give this a try...
It's in commit message of the second commit: This patch is suggesting to have something more consistent: yarn css:build # Build CSS for OPAC and staff (dev) yarn css:build:prod # Build CSS for OPAC and staff (prod) yarn css:watch # Watch CSS for OPAC and staff (dev) yarn js:build # Build JS (dev) yarn js:build:prod # Build JS (prod) yarn js:watch # Watch JS (dev) yarn build # Same as css:build and js:build (dev) yarn build:prod # Same as css:build:prod and js:build:prod (prod) Here we will need `yarn build:prod` that will generate the minified css files and the dist file for the Vue app. -- You are receiving this mail because: You are watching all bug changes.