https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32609

--- Comment #18 from Jonathan Druart <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to