[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.09-12-g518ea70806

Git repo owner gitmaster at git.koha-community.org
Wed Sep 9 06:44:36 CEST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  518ea70806ec765766a31bbcfcbfa216cbf94eb1 (commit)
      from  cf9d0e651b0b7686a25602336b8d3060388de0e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 518ea70806ec765766a31bbcfcbfa216cbf94eb1
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Aug 17 12:12:55 2020 -0300

    Bug 26228: Update gulpfile to work with Node.js v12
    
    This patch makes the gulpfile work with gulp v4 on Node v12. To test it,
    make sure your dev env has Node.js v12.
    
    It also replaces the use of 'gulp-util' (deprecated) by 'minimist' as
    recommended on their site.
    
    On both KTD and KohaDevBox edit your sources.list so the node line
    points to 'node_12.x' instead of 'node_8.x'.
    
    Once that's done:
    1. On your clone run:
       $ yarn install
       $ npm install -E
    2. Build the CSS:
       $ yarn build
       $ yarn build --view opac
    => SUCCESS: Things build correctly
    3. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit a7e3c12e6175e19299e7bdbe60d1bc7d41d45ce8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 65f443f22f78600979a36a422c8f1e71f580ee18)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

-----------------------------------------------------------------------

Summary of changes:
 gulpfile.js  |   62 ++--
 package.json |    4 +-
 yarn.lock    | 1028 +++++++++++++++++++++++++++++++++++++++++++---------------
 3 files changed, 800 insertions(+), 294 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list