•  
      request #13753 Use Lerna to install the JS dependencies of all Tuleap components
    Infos
    #13753
    Thomas Gerbet (tgerbet)
    2020-03-03 18:43
    2019-08-14 08:57
    14936
    Details
    Use Lerna to install the JS dependencies of all Tuleap components
    Progressively as we move all the things to Webpack (see request #13714 and request #13299) we depend less and less on Gulp. Our main remaining usage is just to build all the components so it basically just search in the source tree all the components and exec "npm install" and "npm run build".
    It looks like tools like Lerna [0] can do the same with some nice additions and less configuration.

    I would like to start experimenting with it to see how it goes in our stack.



    [0] https://github.com/lerna/lerna/
    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2020-03-03
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2019-08-14 09:02
    A patch can be reviewed: gerrit #15751.

    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes
    • Status changed from Under implementation to Under review